lfarmer
contestada

Square all the integers from 1 to 10 inclusive. Then, round each number to the nearest hundred. Finally, sum the numbers. What do you get?

Respuesta :

Answer:

We get the sum of numbers rounded off to nearest 100 = 300

Step-by-step explanation:

Integers from 1 to 10 inclusive.

Squaring them:

[tex]1^{2} = 1\\2^{2} = 4\\3^{2} = 9\\4^{2} = 16\\5^{2} = 25\\6^{2} = 36\\7^{2} = 49\\8^{2} = 64\\9^{2} = 81\\10^{2} = 100[/tex]

Rounding each of them to the nearest 100:

All the number less than 50 are rounded off to previous 100, which is 0.

All the other numbers i.e. 64, 81 are rounded off to 100.

100 is already rounded off, we do not need to round it off.

[tex]1 \rightarrow 0 \\4\rightarrow 0\\9\rightarrow 0\\16\rightarrow 0\\ 25\rightarrow 0\\36\rightarrow 0\\49\rightarrow 0\\64\rightarrow 100\\81\rightarrow 100\\[/tex]

Now, taking the sum of the rounded off numbers:

[tex]0+0+0+0+0+0+0+100+100+100 = 300[/tex]

We get the sum of numbers rounded off to nearest 100 = 300

Calculating actual sum of squares from 1 to 10:

Using the formula:

[tex]S_n = \dfrac{n(n+1)(2n+1)}{6}[/tex]

Here n = 10

[tex]1^2+2^2+3^2+..... + 10^2 = \dfrac{10 \times 11 \times 21}{6} \\\Rightarrow \bold {385}[/tex]

And sum of rounded off numbers = 300