document.write( "Question 334042: One number is 11 more than another. Find the two numbers if three times the larger number exceeds four times the smaller number by 4. \n" ); document.write( "
Algebra.Com's Answer #239332 by mananth(16946)![]() ![]() You can put this solution on YOUR website! One number is 11 more than another. Find the two numbers if three times the larger number exceeds four times the smaller number by 4. \n" ); document.write( ".. \n" ); document.write( "let larger number be x \n" ); document.write( "the smaller number be y \n" ); document.write( ".. \n" ); document.write( "x-y = 11...............1 \n" ); document.write( "3x = 4y +4 \n" ); document.write( "3x-4y=4................2 \n" ); document.write( "..\r \n" ); document.write( "\n" ); document.write( "multiply equation 1 by -3 and add it to equation 2 \n" ); document.write( "-3x+3y=-33 \n" ); document.write( "3x-4y=4 \n" ); document.write( "-y=-29 \n" ); document.write( "y= 29 \n" ); document.write( ".. \n" ); document.write( "x-y = 11 \n" ); document.write( "x-29=11 \n" ); document.write( "x= 29+11 \n" ); document.write( "x= 40 \n" ); document.write( "The numbers are 29,40 \n" ); document.write( " \n" ); document.write( " |