document.write( "Question 802545: 4 consecutive odd numbers that add up to 200 \n" ); document.write( "
Algebra.Com's Answer #484123 by tommyt3rd(5050)\"\" \"About 
You can put this solution on YOUR website!
if you mean find the numbers, then...\r
\n" ); document.write( "\n" ); document.write( "n+(n+2)+(n+4)+(n+6)=200
\n" ); document.write( "4n+12=200
\n" ); document.write( "n+3=50
\n" ); document.write( "n=47\r
\n" ); document.write( "\n" ); document.write( "so they are...
\n" ); document.write( "47, 49, 51, 53
\n" ); document.write( "
\n" );