document.write( "Question 908251: One number is two less than five times another. If their sum is increased by two, the result is twenty-four. Find the numbers.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #550909 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! A = 5B-2 (One number is two less than five times another.) \n" ); document.write( "A + B = 22 (If their sum is increased by two, the result is twenty-four.) \n" ); document.write( "Take the known value of A from the first equation and put it into the second. \n" ); document.write( "A + B = 22 \n" ); document.write( "(5B-2) + B = 22 \n" ); document.write( "6B - 2 = 22 \n" ); document.write( "Add 2 to each side \n" ); document.write( "6B = 24 \n" ); document.write( "Divide each side by 6 \n" ); document.write( "B = 4 \n" ); document.write( "If the smaller number is 4, then the larger number is (5*4)-2, or 18 \n" ); document.write( "18 + 4 = 22 \n" ); document.write( " |