document.write( "Question 492783: One number is greater than thrice the other number by 2. If 4 times the smaller
\n" );
document.write( "number exceeds the greater by 5, find the numbers \n" );
document.write( "
Algebra.Com's Answer #335187 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! One number is greater than thrice the other number by 2. If 4 times the smaller \n" ); document.write( "number exceeds the greater by 5, find the numbers \n" ); document.write( "----------------------- \n" ); document.write( "Equation: \n" ); document.write( "x = 3*y + 2 \n" ); document.write( "4y = x + 5 \n" ); document.write( "---- \n" ); document.write( "3y + 2 = 4y - 5 \n" ); document.write( "y = 7 \n" ); document.write( "-- \n" ); document.write( "x = 3y+2 = 23 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |