document.write( "Question 761652: Susan is 4 times as old as Paul and 1/2 times as old as Mary . What fractions of Paul's age is Mary ? \n" ); document.write( "
Algebra.Com's Answer #463377 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Susan is 4 times as old as Paul and 1/2 times as old as Mary . What fractions of Paul's age is Mary ?
\n" ); document.write( "let x=Mary's age
\n" ); document.write( "x/2=Susan's age
\n" ); document.write( "1/4*x/2=x/8= Paul's age
\n" ); document.write( "Mary's age/Paul's age=x/(x/8)=8
\n" ); document.write( "Mary is 8 times Paul's age.
\n" ); document.write( "
\n" );