document.write( "Question 1009749: the larger of two numbers is 1 less than 3 times the smaller number. If twice the smaller number is increased by the larger number, the result is 18 more than the larger number. find both numbers \n" ); document.write( "
Algebra.Com's Answer #625234 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the larger x and the smaller number y. Then we have \n" ); document.write( "x = 3y - 1 \n" ); document.write( "and \n" ); document.write( "2y + x = 18 + x \n" ); document.write( "from which we get \n" ); document.write( "2y = 18 \n" ); document.write( "y = 9 \n" ); document.write( "Plugging that in above we get \n" ); document.write( "x = 3(9) - 1 = 26 \n" ); document.write( " |