document.write( "Question 256697: The difference between seven times one number and three times a second number is 25. The sum of twice the first and five times the second is 95. Find the numbers.\r
\n" );
document.write( "\n" );
document.write( "For the first equation, I got 7x-3y=25, and for the second equation I got 2x+5y=95, but I was not sure if I got the first equation right, and I always get stuck on problems like these. Can you please help me? \n" );
document.write( "
Algebra.Com's Answer #188777 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I got 7x-3y=25, and for the second equation I got 2x+5y=95 \n" ); document.write( "You have the equations right. \n" ); document.write( "---- \n" ); document.write( "Multiply thru the 1st by 2; Multiply thru the 2nd by 7: \n" ); document.write( "14x - 6y = 50 \n" ); document.write( "14x + 35y = 7*95 \n" ); document.write( "----------------------- \n" ); document.write( "Subtract the 1st from the 2nd and solve for \"y\": \n" ); document.write( "41y = 7*95-50 \n" ); document.write( "y = 15 \n" ); document.write( "-------------------- \n" ); document.write( "Substitute into 2x+5y=95 to solve for \"x\": \n" ); document.write( "2x + 5*15 = 95 \n" ); document.write( "2x = 20 \n" ); document.write( "x = 10 \n" ); document.write( "------------------- \n" ); document.write( "Solution: (10,15) \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |