document.write( "Question 880658: In the Lopez family there are 5 children the youngest is in third grade the oldest is twice as old as the youngest the triplets are four years younger that the oldest the product of all the children's ages is 221,184 how old is each child \n" ); document.write( "
Algebra.Com's Answer #531622 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! let a = the youngest \n" ); document.write( "let b = age of the triplets \n" ); document.write( "let c = the oldest \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement \n" ); document.write( ": \n" ); document.write( "\"the youngest is in third grade \n" ); document.write( "a = 8 yr is the youngest \n" ); document.write( ": \n" ); document.write( "\" the oldest is twice as old as the youngest\" \n" ); document.write( "c = 2(8) = 16 yrs is the oldest \n" ); document.write( ": \n" ); document.write( "\" the triplets are four years younger that the oldest\" \n" ); document.write( "c = 16 - 4 = 12 yrs are the triplets \n" ); document.write( ": \n" ); document.write( " the product of all the children's ages is 221,184 \n" ); document.write( "8 * 16 * 12^3 = 221184, that's true \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |