document.write( "Question 348158: I can figure out the answer to the problem Anna is 18, Dennis is 9 and Curtis is 5.. but what the teacher wants is to \"Define a variable, and then write an equation for each problem\".
\n" );
document.write( "The problem is Anna is twice as old as her brother Dennis, who is 4 years older thean their brother Curtis. The sum of their ages is 32. How old is Anna?\r
\n" );
document.write( "\n" );
document.write( "Need to define a variable and then write an equation and not sure how to do that?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #248961 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The problem is Anna is twice as old as her brother Dennis, who is 4 years older \n" ); document.write( "than their brother Curtis. \n" ); document.write( " The sum of their ages is 32. How old is Anna? \n" ); document.write( ": \n" ); document.write( "let a = Anna's age \n" ); document.write( "let d = Dennis's age \n" ); document.write( "let c = Curtis's age \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement, we will try to get everything in terms of d: \n" ); document.write( ": \n" ); document.write( "\"Anna is twice as old as her brother Dennis\" \n" ); document.write( "a = 2d \n" ); document.write( ": \n" ); document.write( "\"who is 4 years older than their brother Curtis.\" \n" ); document.write( "d = c + 4 \n" ); document.write( "Subtract 4 from both sides, and we have \n" ); document.write( "c = d-4 \n" ); document.write( ": \n" ); document.write( "\" The sum of their ages is 32.\" \n" ); document.write( "a + d + c = 32 \n" ); document.write( ": \n" ); document.write( "Replace a with 2d, and replace c with (d-4) \n" ); document.write( "2d + d + (d-4) = 32 \n" ); document.write( "2d + d + d = 32 + 4 \n" ); document.write( "4d = 36 \n" ); document.write( "d = \n" ); document.write( "d = 9 yrs is Denni's age \n" ); document.write( "then \n" ); document.write( "a = 2(9) = 18 is Anna's age\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |