document.write( "Question 472729: Half of henry's age added to 1/3 of Daisy's age is 11 years. Six years from now, the sum of their ages will be 40 years. How old is each? \n" ); document.write( "
Algebra.Com's Answer #324065 by monika_p(71)![]() ![]() ![]() You can put this solution on YOUR website! a-Henry's age \n" ); document.write( "b-Daisy's age\r \n" ); document.write( "\n" ); document.write( "From information you have you can write 2 equations \n" ); document.write( "1/2a+1/3b=11 \n" ); document.write( "(a+6)+(b+6)=40 \n" ); document.write( "Solve it as system of 2 equations \n" ); document.write( "from second equation find a \n" ); document.write( "a=40-12-b \n" ); document.write( "a= 28-b \n" ); document.write( " put it in first equation and find b \n" ); document.write( "1/2(28-b)+1/3b=11 \n" ); document.write( "14-1/2b+1/3b=11 \n" ); document.write( "-3/6b+2/6b=-3 \n" ); document.write( "-1/6b=-3 \n" ); document.write( "b=18 then a= 28-18=10 \n" ); document.write( " \n" ); document.write( " |