document.write( "Question 700682: The Lee's have three children. The oldest is twice as old as the youngest. The middle child is five years older than the youngest. If the sum of the age is 57, how old is each child? \n" ); document.write( "
Algebra.Com's Answer #431945 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The Lee's have three children. The oldest is twice as old as the youngest. The middle child is five years older than the youngest. If the sum of the age is 57, how old is each child? \n" ); document.write( "--------------------------------- \n" ); document.write( "Let oldest be \"a\" \n" ); document.write( "middle be \"b\" \n" ); document.write( "youngest be \"c\" \n" ); document.write( "----------------- \n" ); document.write( "Equations: \n" ); document.write( "a = 2c \n" ); document.write( "b = c+5 \n" ); document.write( "a + b + c = 57 \n" ); document.write( "---------------------------- \n" ); document.write( "Substitute for \"a\" and \"b\": \n" ); document.write( "2c + c+5 + c = 57 \n" ); document.write( "4c = 52 \n" ); document.write( "c = 13 years (youngest) \n" ); document.write( "--- \n" ); document.write( "a = 2c = 26 years (oldest) \n" ); document.write( "---- \n" ); document.write( "b = c+5 = 18 years (middle) \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |