document.write( "Question 635632: The combined age of a mother and her twin daughters is 58. The mother was 25 years old when the twins where born. Write and solve an equation to find the age of each of the three people. \n" ); document.write( "
Algebra.Com's Answer #400444 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the daughter's age be x\r \n" ); document.write( "\n" ); document.write( "mother's age = y\r \n" ); document.write( "\n" ); document.write( "2x+y =58\r \n" ); document.write( "\n" ); document.write( "y-x=25 \n" ); document.write( "multiply equation by 2 \n" ); document.write( "2y-2x=50 \n" ); document.write( "add to the first equation \n" ); document.write( "2x+y+2y-2x=50+58\r \n" ); document.write( "\n" ); document.write( "3y=108 \n" ); document.write( "/3 \n" ); document.write( "y=36\r \n" ); document.write( "\n" ); document.write( "mother's age =36\r \n" ); document.write( "\n" ); document.write( "2x+y=58 \n" ); document.write( "2x+36=58 \n" ); document.write( "2x=58-36 \n" ); document.write( "2x=22 \n" ); document.write( "x=11\r \n" ); document.write( "\n" ); document.write( "Daughter's ages = 11 years \n" ); document.write( " |