document.write( "Question 630953: what is the sum of the squares of positive even integers less than 15? \n" ); document.write( "
Algebra.Com's Answer #397227 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "That could be taken two ways:\r\n" );
document.write( "\r\n" );
document.write( "If you mean the positive even integers themselves are what are to be less than\r\n" );
document.write( "15, the answer is\r\n" );
document.write( "\r\n" );
document.write( "2²+4²+6²+8²+10²+12²+14² = 4+16+36+64+100+144+196 = 560\r\n" );
document.write( "\r\n" );
document.write( "However, if you mean that the squares themselves must be less than 15, then\r\n" );
document.write( "\r\n" );
document.write( "there is only one square of an even number that is less than 15 and that is \r\n" );
document.write( "\r\n" );
document.write( "2² or 4.  That's because the next square of an even integer is 4² or 16, which \r\n" );
document.write( "is more than 15.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );