document.write( "Question 1031334: Josh has three aunts. He knows that following facts about the ages of his three aunts:
\n" ); document.write( "• Annie is twenty-two years younger than twice Claire’s age.
\n" ); document.write( "• Betty is seventeen years older than half of Annie’s age.
\n" ); document.write( "• Claire is six years younger than Betty.
\n" ); document.write( "• The three women’s ages add to exactly one hundred years.
\n" ); document.write( "How old is each aunt?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #646060 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
Josh has three aunts. He knows that following facts about the ages of his three aunts:
\n" ); document.write( "• Annie is twenty-two years younger than twice Claire’s age.\r
\n" ); document.write( "\n" ); document.write( "\"A+=+2C-22\"\r
\n" ); document.write( "\n" ); document.write( "• Betty is seventeen years older than half of Annie’s age.\r
\n" ); document.write( "\n" ); document.write( "\"B+=+expr%281%2F2%29A+%2B+17\"\r
\n" ); document.write( "\n" ); document.write( "• Claire is six years younger than Betty.\r
\n" ); document.write( "\n" ); document.write( "\"C+=+B-6\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "• The three women’s ages add to exactly one hundred years.\r
\n" ); document.write( "\n" ); document.write( "\"A%2BB%2BC=100\"\r
\n" ); document.write( "\n" ); document.write( "How old is each aunt?
\n" ); document.write( "
\r\n" );
document.write( "Pick any of these three systems:\r\n" );
document.write( "\r\n" );
document.write( "\"system%28B+=+expr%281%2F2%29A+%2B+17%2CC+=+B-6%2CA%2BB%2BC=100%29\", \"system%28A+=+2C-22%2CC+=+B-6%2CA%2BB%2BC=100%29\", \"system%28A+=+2C-22%2CB+=+expr%281%2F2%29A+%2B+17%2CA%2BB%2BC=100%29\"   \r\n" );
document.write( "\r\n" );
document.write( "and you'll get the answers.  Hint: the youngest aunt is 29.\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );