document.write( "Question 1166352: The sum of the ages of Anna, Emma, and Karen is 27 years. Anna is 2 years older than Karen, and Emma is 4 years younger than Anna. Write a system of equations that represents the ages of Anna, Emma, and Karen. \n" ); document.write( "
Algebra.Com's Answer #790845 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
You want a SYSTEM?
\n" ); document.write( "
\r\n" );
document.write( "PERSON       AGE\r\n" );
document.write( "Anna         k+2\r\n" );
document.write( "Emma         k+2-4\r\n" );
document.write( "Karen        k\r\n" );
document.write( "SUM           27\r\n" );
document.write( "

\n" ); document.write( "\"%28k%2B2%29%2B%28k-2%29%2Bk=27\"---------------This after taking the description directly into one single variable.
\n" ); document.write( "
\n" );