document.write( "Question 829889: I have two sister. I am tree times older than one of my sisters and six years older than the other sister.If one of my sisters is half the age of the other sister,how old am I? \n" ); document.write( "
Algebra.Com's Answer #500679 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Let a = The speaker's age.
\n" ); document.write( "let b = one sister's age
\n" ); document.write( "let c = the other sister's age
\n" ); document.write( ":
\n" ); document.write( "Write an equation for each statement
\n" ); document.write( ":
\n" ); document.write( "I have two sisters.
\n" ); document.write( " I am three times older than one of my sisters,
\n" ); document.write( "a = 3b
\n" ); document.write( " and six years older than the other sister.
\n" ); document.write( "a = c+6
\n" ); document.write( " If one of my sisters is half the age of the other sister,
\n" ); document.write( "b = .5c
\n" ); document.write( " how old am I?
\n" ); document.write( ";
\n" ); document.write( "From the first two equations; a = a, therefore
\n" ); document.write( "3b = c+6
\n" ); document.write( "replace b with .5c
\n" ); document.write( "3(.5c) = c + 6
\n" ); document.write( "1.5c = c + 6
\n" ); document.write( "1.5c - c = 6
\n" ); document.write( ".5c = 6
\n" ); document.write( "c = 12
\n" ); document.write( "then
\n" ); document.write( "a = 12 + 6
\n" ); document.write( "a = 18 yrs old
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check this by finding the age of the other sister
\n" ); document.write( "b = .5(12)
\n" ); document.write( "b = 6
\n" ); document.write( "and
\n" ); document.write( "a = 3(6) = 18
\n" ); document.write( "
\n" ); document.write( "
\n" );