document.write( "Question 796706: the sum of two numbers is 94, and the larger number is 5 less than twice the smaller number. find the numbers \n" ); document.write( "
Algebra.Com's Answer #481503 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! the sum of two numbers is 94 \n" ); document.write( "x + y = 94......1 \n" ); document.write( "the larger number is 5 less than twice the smaller number. \n" ); document.write( "x = 2y - 5 ......2 \n" ); document.write( "Substitute 2y - 5 for x in Eq (1) \n" ); document.write( "x + y = 94......1 \n" ); document.write( "2y - 5 + y = 94 \n" ); document.write( "3y = 94 + 5 \n" ); document.write( "3y = 99 \n" ); document.write( "y = 33. \n" ); document.write( "The two numbers are: \n" ); document.write( "x = 61 \n" ); document.write( "y = 33 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |