document.write( "Question 933800: three siblings are 3 different ages the oldest is twice the age of the middle sibling and the middle is 8 years older than one half the age of the youngest.
\n" );
document.write( "if the youngest sibling is 4 how old are the other 2 siblings \n" );
document.write( "
Algebra.Com's Answer #567054 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! three siblings are 3 different ages the oldest is twice the age of the middle sibling and the middle is 8 years older than one half the age of the youngest. \n" ); document.write( "if the youngest sibling is 4 how old are the other 2 siblings \n" ); document.write( "*** \n" ); document.write( "let x=age of youngest \n" ); document.write( "(x/2)+8=age of middle sibling \n" ); document.write( "2((x/2)+8)=age of middle sibling \n" ); document.write( ".. \n" ); document.write( "if the youngest sibling is 4: \n" ); document.write( "(x/2)+8=10=age of middle sibling \n" ); document.write( "2*10=20=age of oldest sibling \n" ); document.write( " |