document.write( "Question 534723: Jay is Y year old, Alex is 10 years older than Jay, Joseph is 3 years younger than Jay, Frank is twice the age of Jay.
\n" ); document.write( "write down the expressions for the ages of; Alex, Joseph and Frank in terms of Y.
\n" ); document.write( "

Algebra.Com's Answer #360348 by JBarnum(2146)\"\" \"About 
You can put this solution on YOUR website!
wrong category please refer to the proper category look through all the recent answers you will find similar problem already answered and worked out for u\r
\n" ); document.write( "\n" ); document.write( "j=y
\n" ); document.write( "a=10+j
\n" ); document.write( "o=j-3
\n" ); document.write( "f=2j
\n" ); document.write( ".
\n" ); document.write( "frank=f
\n" ); document.write( "joseph=o
\n" ); document.write( "alex=a
\n" ); document.write( "jay=j
\n" ); document.write( ".
\n" ); document.write( "a=10+y
\n" ); document.write( "o=y-3
\n" ); document.write( "f=2y
\n" ); document.write( "
\n" );