document.write( "Question 597472: Please help me to solve this linear equation: Three times a number is 3 less than twice a second number, while 7 times the first number is 5 more than 4 times the second number. find the numbers. \n" ); document.write( "
Algebra.Com's Answer #378221 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Please help me to solve this linear equation: Three times a number is 3 less than twice a second number, while 7 times the first number is 5 more than 4 times the second number. find the numbers. \n" ); document.write( "** \n" ); document.write( "let x=first number \n" ); document.write( "let y=second number \n" ); document.write( ".. \n" ); document.write( "3x=2y-3 \n" ); document.write( "7x=4y+5 \n" ); document.write( ".. \n" ); document.write( "6x=4y-6 \n" ); document.write( "7x=4y+5 \n" ); document.write( "subtract \n" ); document.write( "x=11 \n" ); document.write( "2y=3x+3=33+3=36 \n" ); document.write( "y=18 \n" ); document.write( "ans: \n" ); document.write( "first number: 11 \n" ); document.write( "second number: 18 \n" ); document.write( " \n" ); document.write( " |