document.write( "Question 1010948: There are 2 friends. One's age is 4 years older than half his friend's age. Together their ages are 28. How old are they? \n" ); document.write( "
Algebra.Com's Answer #626452 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 2 friends, we'll call the x and y \n" ); document.write( "x= 1/2y+4 We'll use this value for x next: \n" ); document.write( "x+y= 28 Substitute: \n" ); document.write( "1/2y+4+y= 28 Multiply both sides times 2 \n" ); document.write( "y+8+2y= 56 Add y on left and subtract 8 on both sides \n" ); document.write( "3y= 48 divide both sides by 3 \n" ); document.write( "y= 16 And the problem says that x is: \n" ); document.write( "x= 1/2y+4; x= 1/2(16)+4; x= 8+4; x= 12 \n" ); document.write( "One friend is 16 and the other 12 \n" ); document.write( "Check: \n" ); document.write( "16+12= 28 just like the problem says. \n" ); document.write( " |