document.write( "Question 1106384: Bill is 80 years old\r
\n" );
document.write( "\n" );
document.write( "His son max is 5/8 his age\r
\n" );
document.write( "\n" );
document.write( "His granddaughter Jayne is 1/5 of his age\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "How many years old than Jayne is max? \n" );
document.write( "
Algebra.Com's Answer #721375 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Bill is 80 years old \n" ); document.write( "b = 80 \n" ); document.write( " His son max is 5/8 his age \n" ); document.write( "m = \n" ); document.write( "m = 50 yrs is Max age \n" ); document.write( " His granddaughter Jayne is 1/5 of his age \n" ); document.write( " \n" ); document.write( " How many years older than Jayne is max? \n" ); document.write( "50 - 16 = 34 yrs \n" ); document.write( " \n" ); document.write( " |