document.write( "Question 478068: Find the difference between the sum of all odd numbers and even numbers from 25 to 100?
\n" );
document.write( "Method please. \n" );
document.write( "
Algebra.Com's Answer #327606 by robertb(5830)![]() ![]() You can put this solution on YOUR website! The number of odd integers from 25 to 99:\r \n" ); document.write( "\n" ); document.write( "99 = 25 + (n-1)2 ==> 74 = (n-1)2 ==> 37 = n-1 ==> n = 38\r \n" ); document.write( "\n" ); document.write( "==> \n" ); document.write( "\n" ); document.write( "The number of even integers from 26 to 100:\r \n" ); document.write( "\n" ); document.write( "100 = 26 + (n-1)2 ==> 74 = (n-1)2 ==> 37 = n-1 ==> n = 38\r \n" ); document.write( "\n" ); document.write( "==> \n" ); document.write( "\n" ); document.write( "==> |