document.write( "Question 441909: the difference between two whole numbers is 20. the sum of one third the larger and one fourth the smaller is 30. what is the prduct of the two numbers? \n" ); document.write( "
Algebra.Com's Answer #304894 by jorel1380(3719) You can put this solution on YOUR website! x-y=20 \n" ); document.write( "1/3x+1/4y=30 \n" ); document.write( "---------------- \n" ); document.write( "4x+3y=360 \n" ); document.write( "y=x-20 \n" ); document.write( "4x+3(x-20)=360 \n" ); document.write( "4x+3x-60=360 \n" ); document.write( "7x=420 \n" ); document.write( "x=60 \n" ); document.write( "y=40 \n" ); document.write( "xy=2400.. \n" ); document.write( " |