document.write( "Question 907489: twelve more than one-half of the square of the input \n" ); document.write( "
Algebra.Com's Answer #550398 by MathLover1(20850)\"\" \"About 
You can put this solution on YOUR website!
let's the input be a number \"x\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the square of a number is \"x%5E2\"\r
\n" ); document.write( "\n" ); document.write( " to get one-half of the square divide it by \"2\"\r
\n" ); document.write( "\n" ); document.write( " so, you got \"x%5E2%2F2\"\r
\n" ); document.write( "\n" ); document.write( " twelve more means add \"12\"\r
\n" ); document.write( "\n" ); document.write( "\"+x%5E2%2F2%2B12\"
\n" ); document.write( "
\n" );