document.write( "Question 996257: One number is four more than another number. If five times the smaller number is equal to three times the larger number, find the numbers. \n" ); document.write( "
Algebra.Com's Answer #614757 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the smaller one x. \n" ); document.write( "The larger will then be x + 4. \n" ); document.write( "Then \n" ); document.write( "5x = 3(x+4) \n" ); document.write( "5x = 3x + 12 \n" ); document.write( "2x = 12 \n" ); document.write( "x = 6 \n" ); document.write( "x + 4 = 10 \n" ); document.write( " |