document.write( "Question 131173: The square of Sam's age increased by twice his age is 48. What is Sam's age?\r
\n" );
document.write( "\n" );
document.write( "I chose 2(a)2=48 and got a=4.9 years old. Am I right? \n" );
document.write( "
Algebra.Com's Answer #95785 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let x be Sam's age. \n" ); document.write( "x^2+2x=48 \n" ); document.write( "x^2+2x-48=0 \n" ); document.write( "(x+8)(x-6)=0 \n" ); document.write( "x=6 y.o. \n" ); document.write( ". \n" ); document.write( "Always check: \n" ); document.write( "6^2+2*6=48 \n" ); document.write( "36+12=48 true \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |