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.

14 tháng 3 2023

Sửa lại đề bài : \(A=....+\dfrac{1}{n\left(n+2\right)}\)

Program HOC24;

var i,n: integer;

a: real;

begin

write('Nhap n: '); readln(n);

a:=0;

for i:=1 to n do a:=a+1/(n*(n+2));

write('A = ',a:6:2);

readln

end.

Thuật toán: 

Bước 1: Nhập n

Bước 2: i←1; a←0;

Bước 3: a←a+1/(i*(i+2));

Bước 4: i←i+1;

Bước 5: Nếu i<=n thì quay lại bước 3

Bước 6: xuất a

Bước 7: Kết thúc

Viết chương trình:

uses crt;

var a:real;

i,n:longint;

begin

clrscr;

write('Nhap n='); readln(n);

a:=0;

for i:=1 to n do

a:=a+1/(i*(i+2));

writeln(a:4:2);

readln;

end.

25 tháng 1 2021

Em cảm ơn anh !

17 tháng 4 2022

Bước 1: Nhập N

Bước 2: A←0; i←1;

Bước 3: Nếu i<N thì in ra kết quả và kết thúc

Bước 4: A←A+1/(i*(i+2));

Bước 5: i←i+1;

17 tháng 1 2018

var n,i:longint;

a:real;

begin

write('n=');readln(n);

a:=0;

for i:=1 to n do

a:=a+1/(i*(i+2));

writeln(' Tong la: ',a);

readln;

end.

17 tháng 1 2018

B1:Nhập n từ bàn phím;

B2:i:=1;s:=0;

B3:s:=s+1/i(i+2);i:=i+1;

B4:Nếu i<=n thì quay lại b3,ngược lại thông báo kết quả và kết thúc thuật toán.

15 tháng 3 2021

Program HOC24;

var b: real;

i,n: integer;

begin

write('Nhap n='); readln(n);

b:=0;

for i:=1 to n do b:=b+1/(i+2);

write('B= ',b:1:2);

readln

end.

9 tháng 3 2021

\(A=\dfrac{1}{2}\left(2.\dfrac{2}{3}\right)\left(\dfrac{3}{2}.\dfrac{3}{4}\right)\left(\dfrac{4}{3}.\dfrac{4}{5}\right)....\left(\dfrac{2016}{2015}.\dfrac{2016}{2017}\right)\)

\(=\dfrac{2016}{2017}\)

25 tháng 5 2022

\(A=\dfrac{1}{2}.\left(1+\dfrac{1}{1.3}\right)\left(1+\dfrac{1}{2.4}\right)\left(1+\dfrac{1}{3.5}\right)....\left(\dfrac{1}{2015.2017}\right)\)

\(=\dfrac{1}{2}\left(\dfrac{2}{1}.\dfrac{2}{3}\right).\left(\dfrac{3}{2}.\dfrac{3}{4}\right).\left(\dfrac{4}{3}.\dfrac{4}{5}\right)....\left(\dfrac{2016}{2015}.\dfrac{2016}{2017}\right)\)

\(=\dfrac{1}{2}.\left(\dfrac{2}{1}.\dfrac{2}{3}\right).\left(\dfrac{3}{2}.\dfrac{3}{4}\right).\left(\dfrac{4}{3}.\dfrac{4}{5}\right).....\left(\dfrac{2016}{2015}.\dfrac{2016}{2017}\right)\)

\(=\dfrac{2016}{2017}\)

25 tháng 5 2022

undefined

17 tháng 10 2023

\(A=\dfrac{1}{2}\left(\dfrac{2.2}{1.3}\right).\left(\dfrac{3.3}{2.4}\right)...\left(\dfrac{2020.2020}{2019.2021}\right)\)

\(=\dfrac{1.2.2.3.3...2020.2020}{1.2.2.3.3.4.4...2019.2021}\)

\(=\dfrac{1}{2021}\)

17 tháng 10 2023

\(A=\dfrac{1}{2}\cdot\left(1+\dfrac{1}{1\cdot3}\right)\left(1+\dfrac{1}{2\cdot4}\right)\left(1+\dfrac{1}{3\cdot5}\right)...\left(1+\dfrac{1}{2019\cdot2021}\right)\)

\(A=\dfrac{1}{2}\left(1+\dfrac{1}{2^2-1}\right)\left(1+\dfrac{1}{3^2-1}\right)\left(1+\dfrac{1}{4^2-1}\right)...\left(1+\dfrac{1}{2020^2-1}\right)\)

\(A=\dfrac{1}{2}\cdot\dfrac{2^2}{\left(2-1\right)\left(2+1\right)}\cdot\dfrac{3^2}{\left(3-1\right)\cdot\left(3+1\right)}...\left(\dfrac{2020^2}{\left(2020-1\right)\cdot\left(2020+1\right)}\right)\)

\(A=\dfrac{1}{2}\cdot\dfrac{2}{1}\cdot\dfrac{2}{3}\cdot\dfrac{3}{2}\cdot\dfrac{3}{4}\cdot...\cdot\dfrac{2020}{2019}\cdot\dfrac{2020}{2021}\)

\(A=\dfrac{1}{2}\cdot\dfrac{2}{1}\cdot\dfrac{3}{2}\cdot...\cdot\dfrac{2020}{2019}\cdot\dfrac{2}{3}\cdot\dfrac{3}{4}\cdot...\cdot\dfrac{2020}{2021}\)

\(A=\dfrac{1}{2}\cdot2020\cdot\dfrac{2}{2021}=\dfrac{2020}{2021}\)

22 tháng 3 2021

\(\left(1+\dfrac{1}{1.3}\right).\left(1+\dfrac{1}{2.4}\right).\left(1+\dfrac{1}{3.5}\right).........\left[1+\dfrac{1}{x.\left(x+2\right)}\right]=\dfrac{31}{16}\)

\(\Rightarrow\dfrac{2^2}{1.3}.\dfrac{3^2}{2.4}.\dfrac{4^2}{3.5}........\dfrac{\left(x+1\right)^2}{x.\left(x+2\right)}=\dfrac{31}{16}\)

\(\Rightarrow\dfrac{\left[2.3.4.............\left(x+1\right)\right].\left[2.3.4.............\left(x+1\right)\right]}{\left(1.2.3...................x\right).\left(3.4.5..........................\left(x+2\right)\right)}=\dfrac{31}{16}\)

\(\Rightarrow\dfrac{\left(x+1\right).2}{1.\left(x+2\right)}=\dfrac{31}{16}\)

\(\Leftrightarrow16.2\left(x+1\right)=31.\left(x+2\right)\)

\(\Rightarrow32x+32=31x+62\)

\(\Rightarrow x=30\)

Vậy x=30

Chúc bn học tốt

22 tháng 3 2021

thank

23 tháng 12 2017

uses crt;

var b:array[1..100] of integer;

i,n,d:integer;

begin

clrscr;

repeat

writeln('nhap n=');readln(n);

until n>0;

for i:=1 to n do

begin writeln('b[',i,']','=');readln(b[i]);end;

writeln('so cac so le la');

for i:=1 to n do

if b[i] mod 2<>0 then d:=d+1;

writeln(d);readln;end.

23 tháng 12 2017

uses crt;

var n,i:longint; s:real;

begin

clrscr;

s:=0;

writeln('nhap vao n=');readln(n);

writeln('tong cua A la');

for i:=1 to n do

s:=s + 1/(i*(i+2));

writeln(s:4:3);readln;end.