document.write( "Question 1130952: if john is 3 years older than his sister .if his sister is now X years old .what is the age of john now \n" ); document.write( "
Algebra.Com's Answer #747616 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! john is 3 years older than his sister \n" ); document.write( " j = s + 3 \n" ); document.write( " if his sister is now X years old, what is the age of john now? \n" ); document.write( "j = x + 3 \n" ); document.write( " |