document.write( "Question 744417: how old is each person. If jose is five years older than amanda.Mike is twice as old as jose. bill is three times as old as amanda.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #453497 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
how old is each person.
\n" ); document.write( " If jose is five years older than amanda.
\n" ); document.write( "j = a + 5
\n" ); document.write( ":
\n" ); document.write( " Mike is twice as old as jose.
\n" ); document.write( "m = 2j
\n" ); document.write( "replace j with (a+5)
\n" ); document.write( "m = 2(a+5)
\n" ); document.write( "m = 2a + 10
\n" ); document.write( ":
\n" ); document.write( " bill is three times as old as amanda.
\n" ); document.write( "b = 3a
\n" ); document.write( ":
\n" ); document.write( "You have to assume someone's age here. Let Amanda = 10
\n" ); document.write( "then: Jose is 15; Mike is 30; Bill is 30
\n" ); document.write( "
\n" );