HOC24
Lớp học
Môn học
Chủ đề / Chương
Bài học
DE//CB
Theo định lí Ta-lét có:
\(\dfrac{AE}{EC}=\dfrac{AD}{DB}\\ \Rightarrow EC=\dfrac{AE.DB}{AD}\Rightarrow x=\dfrac{5.6}{4}=7,5\)
2x(x-3)=0 thì 2x = 0 hoặc x - 3 = 0 nha
=> x=0 thỏa nên nghiệm của phương trình S={0} nha ôg
\(\dfrac{x}{2\left(x-3\right)}+\dfrac{x}{2x+2}=\dfrac{2x}{\left(x+1\right)\left(x-3\right)}\left(x\ne1;x\ne3\right)\\ \Leftrightarrow\dfrac{x.\left(x+1\right)+x.\left(x-3\right)}{2\left(x-3\right)\left(x+1\right)}=\dfrac{4x}{2\left(x+1\right)\left(x-3\right)}\\ \Rightarrow x^2+x+x^2-3x=4x\\ \Leftrightarrow2x^2-2x-4x=0\\ \Leftrightarrow2x\left(x-3\right)=0\\ \Leftrightarrow x-3=0\\ \Leftrightarrow x=3\)
loại
Vậy phương trình có tập nghiệm S={\(\varnothing\)}
5n -7 = 5n - 20 + 13 = 5(n-4) + 13
=> Phân số trở thành
\(\dfrac{5\left(n-4\right)+13}{n-4}=\dfrac{5\left(n-4\right)}{n-4}+\dfrac{13}{n-4}=5+\dfrac{13}{n-4}\)
Để phân số là số nguyên => \(\dfrac{13}{n-4}\) là số nguyên
=> \(13⋮n-4\)
=> \(n-4\inƯ\left(13\right)\)
=> \(n-4\in\left\{-13,-1,1,13\right\}\)
=> \(n\in\left\{-11,3,5,17\right\}\)
1. talking (stop+Ving)
2. didn't live
3. comes (Câu điều kiện loại 1)
4. hasn't finished ("yet" dấu hiệu nhận biết thì Hiện tại hoàn thành)
5. visited ("last" dấu hiệu nhận biết thì quá khứ đơn)
6. are playing ("at the moment" dấu hiệu nhận biết thì hiện tại tiếp diễn)
a) 2KClO3 -> 2KCl + 3O2
b) MnO2 + 4HCl -> MnCl2 + Cl2 + 2H2O
b) SGK
- viết chương trình:
program sochansole;
uses crt;
var a:integer;
begin
write('nhap so nguyen a:'); readln(a);
if (a mod 2 = 0) then writeln(a,' la so chan') else writeln(a,' la so le');
readln
end.