document.write( "Question 883725: the sum of two numbers is 99. if twice the smaller number is subtracted from the larger number, the result is 15 find the two numbers \n" ); document.write( "
Algebra.Com's Answer #533719 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Let a = larger number \n" ); document.write( "Let b = smaller number \n" ); document.write( "Then we have \n" ); document.write( "(1) a + b = 99 and \n" ); document.write( "(2) a - 2*b = 15 or \n" ); document.write( "(3) a = 15 + 2*b \n" ); document.write( "Put a of (3) into (1) to get \n" ); document.write( "(4) 15 + 2*b + b = 99 or \n" ); document.write( "(5) 3*b = 99 - 15 or \n" ); document.write( "(6) 3*b = 84 or \n" ); document.write( "(7) b = 28 \n" ); document.write( "Then using (1) we get \n" ); document.write( "(8) a + 28 = 99 or \n" ); document.write( "(9) a = 71 \n" ); document.write( "Check the answer with (2). \n" ); document.write( "Is (71 - 2*28 = 15)? \n" ); document.write( "Is (71 - 56 = 15)? \n" ); document.write( "Is (15 = 15)? Yes \n" ); document.write( "Answer: The two numbers are 71 and 28.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |