document.write( "Question 1205495: Janet is presently one-sixth as old as her
\n" ); document.write( "mother. Her mother’s age, when divided
\n" ); document.write( "by 2, 3, 4, 6, or 8, always leaves one
\n" ); document.write( "remaining year. This is not so when her
\n" ); document.write( "mother’s present age is divided by 5, for
\n" ); document.write( "then there is nothing left over. How old
\n" ); document.write( "is Janet’s mother?
\n" ); document.write( "How old is Janet?
\n" ); document.write( "

Algebra.Com's Answer #842346 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
m = 25
\n" ); document.write( "25 = 2 * 12 + 1
\n" ); document.write( "25 = 3 * 8 + 1
\n" ); document.write( "25 = 4 * 6 + 1
\n" ); document.write( "25 = 6 * 4 + 1
\n" ); document.write( "25 = 8 * 3 + 1
\n" ); document.write( "25 = 5 * 5 + 0
\n" ); document.write( "her present age is 25.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );