document.write( "Question 969438: The square of marks age 3 years ago is equal to 6 times marks age in 9 years. What is his age now. \n" ); document.write( "
Algebra.Com's Answer #592344 by JoelSchwartz(130)\"\" \"About 
You can put this solution on YOUR website!
m=marks age currently
\n" ); document.write( "(m-3)^2=6(m+9)
\n" ); document.write( "m^2-6m+9=6m+54
\n" ); document.write( "m^2-12m-45=0
\n" ); document.write( "(m-15)(m+3)=0
\n" ); document.write( "(m-15)(m+3)=m^2-12m-45
\n" ); document.write( "m=15 or m=-3
\n" ); document.write( "Since marks age has to be positive his current age is 15.
\n" ); document.write( "
\n" );