document.write( "Question 945692: The sum of two numbers is seven. Five less than five times the smaller is equal to the larger. \n" ); document.write( "
Algebra.Com's Answer #576912 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! the two numbers; a & b \n" ); document.write( "write an equation for each statement \n" ); document.write( ": \n" ); document.write( "\"The sum of two numbers is seven.\" \n" ); document.write( "a + b = 7 \n" ); document.write( " Five less than five times the smaller is equal to the larger. \n" ); document.write( "5b - 5 = a \n" ); document.write( "In the 1st equation, replace a with (5b-5) \n" ); document.write( "(5b-5) + b = 7 \n" ); document.write( "5b + b = 7 + 5 \n" ); document.write( "6b = 12 \n" ); document.write( " b = 2 \n" ); document.write( "I'll let you find a \n" ); document.write( " |