document.write( "Question 1207566: 4 less than twice the square of a number q\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #845511 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "a number q: \"q\"

\n" ); document.write( "the square of a number q: \"q%5E2\"

\n" ); document.write( "twice the square of a number q: \"2q%5E2\"

\n" ); document.write( "4 less than twice the square of a number q: \"2q%5E2-4\"

\n" ); document.write( "Note in the last step \"4 less than...\" means the 4 is being subtracted from the rest of the expression.

\n" ); document.write( "
\n" ); document.write( "
\n" );