document.write( "Question 220776: The larger of two numbers is three more than five times the smaller. If the sum of the two numbers is 27, find thae larger number \n" ); document.write( "
Algebra.Com's Answer #165663 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! Let x = larger number,,,,and y = other number \n" ); document.write( ". \n" ); document.write( "x+y = 27,,,,,,y=27-x \n" ); document.write( ". \n" ); document.write( "x= 5y+3,,,,,,,subst \n" ); document.write( ". \n" ); document.write( "x = 5(27-x) +3 \n" ); document.write( ". \n" ); document.write( "x= 135 -5x +3 \n" ); document.write( ". \n" ); document.write( "6x = 138 \n" ); document.write( ". \n" ); document.write( "x= 23,,,,,,,,y= 27-23 = 4 \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "check..(23,4),,,,,23+4 =27,,,ok \n" ); document.write( ". \n" ); document.write( "23= 5*4 +3 =23,,,,,,ok \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |