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.

\(S=1+\left(-2\right)+3+\left(-4\right)+...+\left(-50\right)\)

\(S=\left[1+\left(-2\right)\right]+\left[3+\left(-4\right)\right]+....+\left[49+\left(-50\right)\right]\)
\(S=\left(-1\right)+\left(-1\right)+....+\left(-1\right)\)

Vì từ \(1\)tới \(50\)có \(25\)cặp số \(\Rightarrow\)có \(50\)số \(-1\)

\(\Rightarrow S=\left(-1\right)+\left(-1\right)+...\left(-1\right)=-25\)

Vậy \(S=1+\left(-2\right)+3+\left(-4\right)+....+\left(-50\right)=-25\)

Vậy \(S=-25\)
~ học tốt ~

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.

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;

}

31 tháng 7 2023

\(S=7+7^2+7^3+...7^{20}\)

Ta có: \(7S=7.\left(7+7^2+7^3+...+7^{20}\right)\)

\(7S=7^2+7^3+7^4+...+7^{21}\)

\(7S-S=\left(7^2+7^3+7^4+...+7^{21}\right)-\left(7+7^2+7^3+...+7^{20}\right)\)

\(6S=\left(7^{21}-7\right)\)

\(S=\left(7^{21}-7\right):6\)

Chúc bạn học tốt

7S=7^2+7^3+...+7^21

=>6S=7^21-7

=>S=(7^21-7)/6

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;
}

 

\(S=\dfrac{1}{1\cdot3}+\dfrac{1}{3\cdot5}+\dfrac{1}{5\cdot7}+\dfrac{1}{7\cdot9}-\left(\dfrac{1}{2\cdot4}+\dfrac{1}{4\cdot6}+\dfrac{1}{6\cdot8}+\dfrac{1}{8\cdot10}\right)\)

\(=\dfrac{1}{2}\left(\dfrac{2}{1\cdot3}+\dfrac{2}{3\cdot5}+\dfrac{2}{5\cdot7}+\dfrac{2}{7\cdot9}\right)-\dfrac{1}{2}\left(\dfrac{2}{2\cdot4}+\dfrac{2}{4\cdot6}+\dfrac{2}{6\cdot8}+\dfrac{2}{8\cdot10}\right)\)

\(=\dfrac{1}{2}\left(1-\dfrac{1}{9}\right)-\dfrac{1}{2}\left(\dfrac{1}{2}-\dfrac{1}{10}\right)\)

\(=\dfrac{1}{2}\cdot\dfrac{8}{9}-\dfrac{1}{2}\cdot\dfrac{2}{5}\)

\(=\dfrac{4}{9}-\dfrac{1}{5}\)

\(=\dfrac{11}{45}\)

6 tháng 8 2018

A = 1 × 2 × 3 + 2 × 3 × 4 + .....+ 48 × 49 × 50

ta có 4 x A = 1 x 2 x 3 x 4 + 2 x 3 x 4 x (5 -1) + .....+ 48 × 49 × 50 x (51 - 47)

= 1 x 2 x 3 x 4 +  2 x 3 x 4 x 5 - 1 x 2 x 3 x 4 + ... + 48 x 49 x 50 x 51 - 47 x 48 x 49 x 50

= 48 x 49 x 50 x 51

suy ra A = (48 x 49 x 50 x 51) : 4

              = 12 x 49 x 50 x 51

nhớ k cho mik nha rùi mik lm nốt cho

2 tháng 3 2017

Từ dãy trên ta có:

(\(\frac{3}{2}\)+\(\frac{1}{2}\))+(\(\frac{8}{3}\)+\(\frac{2}{3}\))+......+(\(\frac{2600}{51}\)+\(\frac{1}{51}\))                  < vì không có cách nhập hỗn số nên mình đổi ra phân số >

= 2 + 3 + 4 + 5 + 6 + ..........................+ 51

Từ 2 -> 51 có :( 51 - 2 ) : 1 + 1 = 50 số 

Chia ra : 50 : 2 = 25 cặp 

ta có( 51 + 2 ) x 25 =1325

Vậy tổng trên có kết quả bằng 1325       (tớ chỉ nghĩ thế thôi chứ sai đừng trách nhá.Đùa thôi,đúng đấy )