document.write( "Question 585444: The sum of two numbers is 45. if three time the larger number is increased by four times the smaller number the sum is 155. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #373352 by checkley79(3341)![]() ![]() ![]() You can put this solution on YOUR website! Let x be the smaller number. \n" ); document.write( "Let y be the larger number. \n" ); document.write( "x+y=45 \n" ); document.write( "3y+4x=155 \n" ); document.write( "x=45-y \n" ); document.write( "3y+4(45-y)=155 \n" ); document.write( "3y+180-4y=155 \n" ); document.write( "-y=155-180 \n" ); document.write( "-y=-25 \n" ); document.write( "y=25 ans. \n" ); document.write( "x+25=45 \n" ); document.write( "x=45-25 \n" ); document.write( "x=20 ans. \n" ); document.write( "PROOF: \n" ); document.write( "3*25+4*20=155 \n" ); document.write( "75+80=155 \n" ); document.write( "155=155 \n" ); document.write( " \n" ); document.write( " |