document.write( "Question 1034473: What is n^2 - 4 ? When n= 1,2,3,4,5,6 \n" ); document.write( "
Algebra.Com's Answer #649120 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
the perfect squares to 6 are 1,4,9,16,25, and 36
\n" ); document.write( "From each of these, you subtract 4,
\n" ); document.write( "so it is -3,0,5,12,21,32
\n" ); document.write( "
\n" );