document.write( "Question 1004757: Michael is 33 times as old as Nadia and is also 16 years older than Nadia. How old is Michael? \n" ); document.write( "
Algebra.Com's Answer #621150 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Call their ages, M and N.
\n" ); document.write( "From the given facts,
\n" ); document.write( "M = 33N and
\n" ); document.write( "M = N + 16
\n" ); document.write( "Substitute for M and get
\n" ); document.write( "33N = N + 16
\n" ); document.write( "32N = 16
\n" ); document.write( "N = 1/2
\n" ); document.write( "M = 16 1/2
\n" ); document.write( "
\n" );