document.write( "Question 576414: one number is 4 more than another number. five times the smaller number equals 3 times the larger number, find the numbers? \n" ); document.write( "
Algebra.Com's Answer #369846 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! one number is 4 more than another number. \n" ); document.write( "x = y+4 \n" ); document.write( "five times the smaller number equals 3 times the larger number, find the numbers? \n" ); document.write( "---- \n" ); document.write( "5y = 3x \n" ); document.write( "------ \n" ); document.write( "Substitute for \"x\" and solve for \"y\": \n" ); document.write( "5y = 3(y+4) \n" ); document.write( "5y = 3y+12 \n" ); document.write( "2y = 12 \n" ); document.write( "y = 6 \n" ); document.write( "------ \n" ); document.write( "Solve for \"x\": \n" ); document.write( "x = y + 4 \n" ); document.write( "x = 10 \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |