document.write( "Question 259896: in 2 years andy will be as old as joe is now. in 2 years joe will be 1 1/2 times as old as andy. find their ages now \n" ); document.write( "
Algebra.Com's Answer #191642 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! j=joe now \n" ); document.write( "a=andy now \n" ); document.write( "j+2=1.5(a+2) \n" ); document.write( "a+2=j \n" ); document.write( "a+2+2=1.5(a+2) \n" ); document.write( "a+4=1.5a+1.2*2 \n" ); document.write( "a+4=1.5a+3 \n" ); document.write( "1=.5a \n" ); document.write( "2=a \n" ); document.write( "4=j \n" ); document.write( " \n" ); document.write( " |