document.write( "Question 174113: the four oldest people in Golden City lived a total of 384 years put together. The difference in ages for the youngest and the second oldest is 14. The second youngest is 3 years older than the youngest. The oldest is 20 years older than the average of the second and youngest. What are their ages? \n" ); document.write( "
Algebra.Com's Answer #129019 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Let x=oldest \n" ); document.write( "y=2nd oldest \n" ); document.write( "z=2nd youngest \n" ); document.write( "w=youngest \n" ); document.write( "x+y+z+w=384------------------eq1 \n" ); document.write( "y-w=14----------------------------eq2 \n" ); document.write( "z=w+3--------------------------------eq3 \n" ); document.write( "average of second and youngest=(y+w)/2 \n" ); document.write( "x=((y+w)/2)+20 multiply each term by 2 \n" ); document.write( "2x=y+w+40---------------------------------eq4 \n" ); document.write( "substitute z=w+3 from eq3 and y=w+14 from eq2 into eq1: \n" ); document.write( "x+w+14+w+3+w=384; \n" ); document.write( "x+3w=384-17; \n" ); document.write( "x+3w=367-----------------------eq1a \n" ); document.write( "substitute y=w+14 into eq4 \n" ); document.write( "2x=w+14+w+40; \n" ); document.write( "2x=2w+54 \n" ); document.write( "x=w+27----------------------------eq4a \n" ); document.write( "substitute x=w+27 from eq4a into eq1a; \n" ); document.write( "w+27+3w=367 \n" ); document.write( "4w=367-27 \n" ); document.write( "4w=340 \n" ); document.write( "w=85----------------------------youngest \n" ); document.write( "substitute w=85 into eq3 \n" ); document.write( "z=85+3=88---------------------------second youngest \n" ); document.write( "substitute w=85 into eq2 \n" ); document.write( "y-85=14 \n" ); document.write( "y=85+14=99-------------------------------second oldest \n" ); document.write( "substitute w=85 into eq4a \n" ); document.write( "x=85+27=112------------------------oldest\r \n" ); document.write( "\n" ); document.write( "CK \n" ); document.write( "112+99+88+85=384 \n" ); document.write( "384=384 \n" ); document.write( "and \n" ); document.write( "99-85=14 \n" ); document.write( "14=14 \n" ); document.write( "and \n" ); document.write( "88=85+3 \n" ); document.write( "88=88 \n" ); document.write( "and \n" ); document.write( "((99+85)/2)+20=112 \n" ); document.write( "92+20=112 \n" ); document.write( "112=112\r \n" ); document.write( "\n" ); document.write( "Does this help???-----ptaylor \n" ); document.write( " \n" ); document.write( " |