document.write( "Question 892360: Michael is 3 times as old as William and is also 14 years older than William.\r
\n" );
document.write( "\n" );
document.write( "How old is William?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #540462 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Michael is 3 times as old as William \n" ); document.write( "m = 3w \n" ); document.write( ": \n" ); document.write( " and is also 14 years older than William. \n" ); document.write( "m = w + 14 \n" ); document.write( ": \n" ); document.write( "How old is William? \n" ); document.write( "Repalce m with 3w in the above \n" ); document.write( "3w = w + 14 \n" ); document.write( "3w - w = 14 \n" ); document.write( "2w = 14 \n" ); document.write( "w = 14/2 \n" ); document.write( "w = 7 yr is W's age \n" ); document.write( " |