document.write( "Question 973540: A quarter of the sum of two numbers is 16 and three times the difference between the number is 30.Calculate the value of the two numbers \n" ); document.write( "
Algebra.Com's Answer #595686 by amarjeeth123(570) ![]() You can put this solution on YOUR website! Let the numbers be x and y. \n" ); document.write( "Then we have 1/4(x+y)=16 \n" ); document.write( "x+y=64............equation 1 \n" ); document.write( "We also have 3(x-y)=30 \n" ); document.write( "x-y=10............equation 2 \n" ); document.write( "Adding equations 1 and 2 we get, \n" ); document.write( "2x=74 \n" ); document.write( "x=37 \n" ); document.write( "y=27 \n" ); document.write( "The numbers are 37 and 27 respectively. \n" ); document.write( " |