document.write( "Question 1116104: Chris has two children,Beth and Amy
\n" );
document.write( "Beth is 10 years older than Amy
\n" );
document.write( "Chris says 'I am twice as old as the sum of Beths age and Amys age
\n" );
document.write( "Chris is 40 years old
\n" );
document.write( "How old is amy \n" );
document.write( "
Algebra.Com's Answer #730934 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Write an equation for each statement \n" ); document.write( ": \n" ); document.write( "Chris has two children,Beth and Amy \n" ); document.write( "b and a \n" ); document.write( "Beth is 10 years older than Amy \n" ); document.write( "b = a + 10 \n" ); document.write( "Chris says 'I am twice as old as the sum of Beths age and Amys age \n" ); document.write( "c = 2(a+b) \n" ); document.write( "Chris is 40 years old \n" ); document.write( "2(a + b) = 40 \n" ); document.write( "divide both sides by 2 \n" ); document.write( " a + b = 20 \n" ); document.write( "How old is amy \n" ); document.write( "replace b with (a+10) from the 2nd statement \n" ); document.write( "a + (a+10) = 20 \n" ); document.write( "2a = 20 - 10 \n" ); document.write( "2a = 10 \n" ); document.write( "a = 10/2 \n" ); document.write( "a = 5 yrs is Amy's age \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check in the statement b = 5 + 10 \n" ); document.write( "\"Chris says 'I am twice as old as the sum of Beths age and Amys age \n" ); document.write( "2(5 + 15) = 40 \n" ); document.write( " \n" ); document.write( " |