document.write( "Question 1090348: a woman is 3 years older than her sister and 5 years older than her brother.Find their total age.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #704783 by josgarithmetic(39626)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "PERSON    AGE\r\n" );
document.write( "Sister     w-3\r\n" );
document.write( "Woman      w\r\n" );
document.write( "Brother    w-5\r\n" );
document.write( "

\n" ); document.write( "The woman is older than both the siblings.
\n" ); document.write( "Total age, or SUM of their ages: \"%28w-3%29%2Bw%2B%28w-5%29=highlight%283w-8%29\"
\n" ); document.write( "
\n" );