document.write( "Question 670981: sam is one-half as old as mary. bill is one-third as old as mary. the sum of htier ages is 44 years. how old is sam?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #420905 by partha_ban(41)![]() ![]() You can put this solution on YOUR website! sam = mary /2 \n" ); document.write( "bill = mary / 3 \n" ); document.write( "sam + bill + mary = 44 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Therefore sam = mary / 2 = 24 / 2 = 12 years \n" ); document.write( " |