document.write( "Question 881397: Mrs. Jones has three children. The youngest two children are twins. Find the ages of each of the three children if the difference between the oldest and youngest is three years and the sum of the ages of all children is 30. \n" ); document.write( "
Algebra.Com's Answer #532194 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Mrs. Jones has three children. The youngest two children are twins. Find the ages of each of the three children if the difference between the oldest and youngest is three years and the sum of the ages of all children is 30. \n" ); document.write( "** \n" ); document.write( "let x=age of oldest child \n" ); document.write( "x-3=age of twins \n" ); document.write( "x+2(x-3)=30 \n" ); document.write( "x+2x-6=30 \n" ); document.write( "3x=24 \n" ); document.write( "x=8 \n" ); document.write( "x-3=5 \n" ); document.write( "age of oldest child=8 \n" ); document.write( "age of twins=5 \n" ); document.write( " |