document.write( "Question 1030919: Two numbers differ by 8. If one half the larger is added to one fourth the smaller, the resulting sum is 22. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #645711 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the smaller one, x. Then the larger one is x+8. Then we write \n" ); document.write( "(1/2)(x+8) + (1/4)x = 22 \n" ); document.write( "Now solve...multiply everything by 4 to clear fractions... \n" ); document.write( "2(x+8) + x = 88 \n" ); document.write( "2x + 16 + x = 88 \n" ); document.write( "3x + 16 = 88 \n" ); document.write( "3x = 72 \n" ); document.write( "x = 24 \n" ); document.write( "x+8 = 32 \n" ); document.write( " |