document.write( "Question 502187: The greater of two numbers is 1 more than twice the smaller. Three times the greater exceeds 5 times the smaller by 10. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #338779 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! a = greater of 2 numbers \n" ); document.write( "b = lesser of 2 numbers \n" ); document.write( ". \n" ); document.write( "a = 2b + 1 \n" ); document.write( ". \n" ); document.write( "3*a = 5*b + 10 \n" ); document.write( ". \n" ); document.write( "substitute for a \n" ); document.write( ". \n" ); document.write( "3(2b+1) = 5b +10 \n" ); document.write( "6b + 3 = 5b + 10 \n" ); document.write( "b = 7 \n" ); document.write( ". \n" ); document.write( "a = 2(7)+1 \n" ); document.write( "a = 15 \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |