document.write( "Question 80323: Three less than the square of a number can be written as
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #57623 by sofiyacherni(99)\"\" \"About 
You can put this solution on YOUR website!
call your number x
\n" ); document.write( "then \"x%5E2\" is that number squared, but you want 3 less than that so your answer is
\n" ); document.write( "\"x%5E2-3\"
\n" ); document.write( "
\n" );