Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Mathematics (https://www.askmehelpdesk.com/forumdisplay.php?f=199)
-   -   How do I solve the problem by elimination? (https://www.askmehelpdesk.com/showthread.php?t=482528)

  • Jun 24, 2010, 11:10 AM
    debschu123
    How do I solve the problem by elimination?
    solve by elimination 2x-4y=18,5x+2y=33.
  • Jun 24, 2010, 12:06 PM
    Unknown008

    What have you tried so far?

    Code:

    2x - 4y = 18
    5x + 2y = 33

    What you need to eliminate one of the two variables is the same coefficient (number preceding the variable) in front of one variable.

    You have 2x and 5x, so, they are different. How to make them the same? Multiply the first by 5 and the second by 2, giving 10x and 10x. Now they're the same.

    Code:

    2x - 4y = 18  => x5  => 10x - 20y = 90
    5x + 2y = 33  => x2  => 10x +  4y = 66

    Do you see what I did? While multiplying, I multiplied everything by 5 and 2 respectively. Now, you can subtract one equation from the other to get only one equation with one variable.

    Try this, and I'll show you another method.

  • All times are GMT -7. The time now is 05:56 AM.