K
Khách

Hãy nhập câu hỏi của bạn vào đây, nếu là tài khoản VIP, bạn sẽ được ưu tiên trả lời.

10 tháng 6 2020

S = \(\frac{1}{2.3}+\frac{1}{3.4}+...+\frac{1}{9.10}=\frac{1}{2}-\frac{1}{3}+\frac{1}{3}-\frac{1}{4}+...+\frac{1}{9}-\frac{1}{10}=\frac{1}{2}-\frac{1}{10}=\frac{4}{5}\)

28 tháng 12 2017

Ta có : S1 = 1 + (-3) + 5 + (-7) + .... + 17

                = (1 - 3) + (5 - 7) + (9 - 11)+ (13 - 15) + 17 

                = -2 + -2 + -2 + -2 + 17 

                = -2 x 4 + 17 

                = -8 + 17 

             S1 = 9

S2 = (4 - 2) + (8 - 6) + (12 - 10) + (16 - 14) + -18

     = 2 x 4 - 18 

S2 = -10

S1 + S2 = 9 - 10 = -1

28 tháng 12 2017

S1=1+(-3)+5+(-7)+...+17.

S1=-2+(-2)+....+(-2).(9 số -2).

S2=-2+4+(-6)+....+(-18)

S2=-2+(-2)+...+(-2).(9 số -2).

=> (-2).(9+9)=-36.

8 tháng 7 2023

#include <iostream>
#include <iomanip>
#include <cmath>
using namespace std;

#include <bits/stdc++.h>

int main() {
    int n;
    cin>>n;
    int sum=0;

    for(int i=1;i<=n;i++)
    {
        sum+=i*i;
    }
    cout<<"The total is: "<<sum<<endl;

    for(int j=0;j<=50000;j++)
    {
        int du=j%10;
        int tongcacso=j%10*j%10*j%10;
        cout<<"du="<<du<<endl;
        sum=sum+du*du*du;
        cout<<"\nsum= "<<sum<<endl;
        cout<<"sum= (sum+j*j*j) "<<endl;
    }

    return 0;
}

 

6 tháng 2 2019

\(S=1+3+3^2+3^3+3^4+.....+3^{16}\)

\(=\left(1+3+3^2\right)+\left(3^3+3^4+3^5\right)+.....+\left(3^{2014}+3^{2015}+3^{2016}\right)\)

\(=1\left(1+3+3^2\right)+3^3\left(1+3+3^2\right)+......+3^{2014}\left(1+3+3^2\right)\)

\(=1.13+3^3.13+.....+3^{2014}.13\)

\(=13\left(1+3^3+....+3^{2014}\right)⋮13\)

\(\Rightarrow S⋮13\)

7 tháng 7 2023

#include<bits/stdc++.h>

using namespace std;

     int main() {

     int N;

     cin >> N;

     int sum = 0;

     for (int i = 1; i <= N; i++) {

          if (sqrt(i) == (int)sqrt(i)) {

               sum += i;

          }

     }

     cout << sum << endl;

     return 0;

}

18 tháng 1 2019

Lời giải chi tiết

9 + 1 = 10 8 + 2 = 10 7 + 3 = 10 6 + 4 = 10
5 + 5 = 10 1 + 9 = 10 2 + 8 = 10 3 + 7 = 10
4 + 6 = 10 10 – 5 = 5 10 – 1 = 9 10 – 2 = 8
10 – 3 = 7 10 – 4 = 6 10 – 0 = 10 10 – 9 = 1
10 – 8 = 2 10 – 7 = 3 10 – 6 = 4 10 – 10 = 0
24 tháng 12 2021

10        10       10    10       10      10     10     10    10      5     9     8     7     6   10    1     2     3    4    0

30 tháng 11 2018

1 + 9 = 10     2 + 8 = 10     3 + 7 = 10     4 + 6 = 10     5 + 5 = 10

10 - 1 = 9     10 - 2 = 8     10 - 3 = 7     10 - 4 = 6     10 - 5 = 5

6 + 4 = 10     7 + 3 = 10     8 + 2 = 10     9 + 1 = 10     10 + 0 = 10

10 - 6 = 4     10 - 7 = 3     10 - 8 = 2     10 - 9 = 1     10 - 0 = 10

1 tháng 12 2021

=10 , =9,8,7,6,5, =10