document.write( "Question 961713: I have been trying to do this problem for 45 min and can't seem to get it. I'm solving by addition and i've tried to the variable but to no avail. If you could help me with this, I'd appreciate it.
\n" );
document.write( "The problem is:\r
\n" );
document.write( "\n" );
document.write( "4y=3x-13
\n" );
document.write( "6x+5y=52\r
\n" );
document.write( "\n" );
document.write( "I rewrote the problem to look like this:
\n" );
document.write( "3x-4y=13
\n" );
document.write( "6x+5y=52
\n" );
document.write( "But when I try to isolate a variable x or y my answer is wrong. \n" );
document.write( "
Algebra.Com's Answer #587631 by addingup(3677)![]() ![]() You can put this solution on YOUR website! You have a good start. Now take the equation you re-wrote and multiply all sides times -2: \n" ); document.write( "3x-4y=13 \n" ); document.write( "= -6x+8y= -26 Now add: \n" ); document.write( " 6x+5y = 52 \n" ); document.write( "+-6x+8y=-26 \n" ); document.write( "-------------- \n" ); document.write( " 13y= 26; y= 2 \n" ); document.write( "Now we solve for x: \n" ); document.write( "3x-4(2)= 13 \n" ); document.write( "3x-8= 13 \n" ); document.write( "3x= 21 \n" ); document.write( "x= 7 \n" ); document.write( "Let's see if we're right, let's plug these numbers into the other equation: \n" ); document.write( "6(7)+5(2)= 52 \n" ); document.write( "42+10=52 We've got the right answer. \n" ); document.write( " |