Tìm x
2020.x+45=20+21+22+...+29
5+10+15+...+195-2.x=3270
[x+1]+[x+4]+[x+7]+...+[x+25]+[x+28]=155
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.
Câu 2:
uses crt;
var a,b:array[1..100]of integer;
i,n,t,dem,j,kt,dem1:integer;
begin
clrscr;
readln(n);
for i:=1 to n do
readln(a[i]);
t:=0;
for i:=1 to n do t:=t+a[i];
writeln(t);
dem:=1;
b[1]:=a[1];
for i:=1 to n do
begin
kt:=0;
for j:=1 to dem do
if b[j]=a[i] then kt:=1;
if kt=0 then
begin
inc(dem);
b[dem]:=a[i];
end;
end;
for i:=1 to dem do
begin
dem1:=0;
for j:=1 to n do
if a[j]=b[i] then inc(dem1);
writeln(b[i],' xuat hien ',dem1,' lan');
end;
readln;
end.
var a,b,s,p:integer;beginwrite('a=');readln(a);write('b=');readln(b);s:=a+b;p:=a*b;writeln(' Tong la: ',s);writeln(' Tich la: ',p);if (s mod 5=0) and (s mod 9=0) then writeln(' Tong chia het cho 5 va 9 ')else writeln(' Tong k chia het cho 5 va 9 ');if (p mod 5=0) and (p mod 9=0) then writeln(' Tich chia het cho 5 va 9')else writeln(' Tich k chia het cho 5 va 9');readln;end.
var a,b,s,p:integer;
begin
write('a=');readln(a);
write('b=');readln(b);
s:=a+b;
p:=a*b;
writeln(' Tong la: ',s);
writeln(' Tich la: ',p);
if (s mod 5=0) and (s mod 9=0) then writeln(' Tong chia het cho 5 va 9 ')
else writeln(' Tong k chia het cho 5 va 9 ');
if (p mod 5=0) and (p mod 9=0) then writeln(' Tich chia het cho 5 va 9')
else writeln(' Tich k chia het cho 5 va 9');
readln;
end.
a: \(x_1+x_2=\dfrac{7}{3};x_1x_2=\dfrac{2}{3}\)
b: \(C=x_1^2+x_2^2-5x_1x_2\)
\(=\left(x_1+x_2\right)^2-7x_1x_2\)
\(=\left(\dfrac{7}{3}\right)^2-7\cdot\dfrac{2}{3}=\dfrac{49}{9}-\dfrac{14}{3}=\dfrac{49}{9}-\dfrac{42}{9}=\dfrac{7}{9}\)
\(CuSO_4+BaCl_2\rightarrow CuCl_2\left(B\right)+BaSO_4\)
\(CuCl_2+2NaOH\rightarrow Cu\left(OH\right)_2\left(C\right)+2NaCl\)
\(Cu\left(OH\right)_2\underrightarrow{^{t^0}}CuO\left(D\right)+H_2O\)
\(CuO+H_2\underrightarrow{^{t^0}}Cu+H_2O\)
\(CuSO_4+BaCl_2\rightarrow CuCl_2\left(B\right)+BaSO_4\)
\(CuCl_2+2NaOH\rightarrow Cu\left(OH\right)_2\left(C\right)+2NaCl\)
\(Cu\left(OH\right)_2\rightarrow CuO\left(D\right)+H_2O\)
\(CuO+CO\rightarrow Cu+CO_2\)
Phương trình 4x2 + 2x – 5 = 0
Có a = 4; b = 2; c = -5, a.c < 0
⇒ Phương trình có hai nghiệm x1; x2
Theo hệ thức Vi-et ta có:
Phương trình 5x2 + x + 2 = 0
Có a = 5; b = 1; c = 2 ⇒ Δ = 12 – 4.2.5 = -39 < 0
⇒ Phương trình vô nghiệm.
Phương trình 159x2 – 2x – 1 = 0
Có a = 159; b = -2; c = -1; a.c < 0
⇒ Phương trình có hai nghiệm phân biệt x1; x2.
Theo hệ thức Vi-et ta có:
2020.x + 45 = 20 + 21 + 22 + ... + 29
2020.x + 45 = (29 + 20).5
2020x + 45 = 245
2020x = 245 - 45
2020x = 200
x = 200 : 2020
--------------------
5 + 10 + ... + 195 - 2x = 3270
Số số hạng của tổng 5 + 10 + ... + 195
(195 - 5) : 5 + 1 = 39 (số)
5 + 10 + ... + 195 = (195 + 5).39 : 2 = 3900
Ta có:
3900 - 2x = 3270
2x = 3900 - 3270
2x = 630
x = 630 : 2
x = 315
-------------------
(x + 1) + (x + 4) + (x + 7) + ... + (x + 28) = 155
x + 1 + x + 4 + x + 7 + ... + x + 28 = 155
10x + (28 + 1).5 = 155
10x + 145 = 155
10x = 155 - 145
10x = 10
x = 10 : 10
x = 1