document.write( "Question 346438: the sum of john and harry's ages is 19 years. if the difference of their ages is 5 years,what are their ages? \n" ); document.write( "
Algebra.Com's Answer #247711 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x+y=19 \n" ); document.write( "x-y=5 \n" ); document.write( "add the two equations \n" ); document.write( "2x=19+5 \n" ); document.write( "2x=24 \n" ); document.write( "/2 \n" ); document.write( "x=12 \n" ); document.write( "y=7 \n" ); document.write( " |