bài 1: Viết bằng cách ''liệt kê''
a) A= { χ ϵ N I χ ≤ 5 }
b) B= { χ ϵ N I 62 < χ ≤ 70 }
bài 2: Tìm χ
a) 10χ - 5 = 11 . 5 - 10
b) 27 - 3χ = 9 . 2 - 3
c) 4χ - 15 = 12 : 12
d) 2 + 13χ = 14 . 2
giúp mình với ạ!
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.1000.100000`
`=10^{1}.10^{3}.10^{5}`
`=10^{1+3+5}`
`=10^{9}`
1, Viết tập hợp A các số tự nhiên lớn hơn 4 và không vượt quá 7 bằng hai cách: Cách 1: A = { x ∈ N ; 5< x ≤ 9 }
Cách 2: A = { 6 ; 7; 8; 9}
2, Cách 1: M = { x ∈ N ; 12 ≤ x < 20 }
Cách 2: M = { 12 ; 13; 14; 15; 16; 17; 18; 19}
3,
Cách 1: M = { x ∈ N ; 9< x ≤ 15 }
Cách 2: M = { 10 ; 11; 12; 13; 14; 15}
Chúc bạn học tốt nha!
Environment is an essential part of our life. A clean environment is necessary for a peaceful and healthy life.
An environment is the natural surroundings which helps human beings, animals and other living things to grow and develop naturally. But nowadays, our environment is disturbing in many different ways. Any type of disturbance in the nature’s balance affects the environment totally. It does not only ruin human lives but also affects on all living beings. We can save our environment with the little step taken by everyone on the earth. We should reduce the amount of waste, throwing wastes properly to its place only…and many other simple ways.
It is very important to save environment for human existence. When we protect the environment, we are protecting ourselves and our future as well.
\(D=\left\{x|x\in N,0< x\le15\right\}\\ D=\left\{1;2;3;4;...;15\right\}\)
#include <bits/stdc++.h>
using namespace std;
long long a,b,c;
int main()
{
cin>>a>>b>>c;
cout<<max(a,max(b,c));
return 0;
}
Bài 1 :
a) A= (1;2;3;4;5)
b) B= ( 63;64;65;66;67;68;69;70)
Bài 2 :
a) 10x-5 = 11.5-10
10x-5 = 55-10
10x=45+5
10x=50
x=5
b) 27-3x=9.2-3
27-3x = 18-3
27-3x=15
3x=27-15
3x=12
x=4
c) 4x-15=12:12
4x-15=1
4x=16
x=4
d) 2+13x=14.2
13x=28-2
13x=26
x=2
a) \(10x-5=45\)
\(10x=40\)
\(x=4\)
b) \(27-3x=15\)
\(3x=27-15=12\)
\(x=\dfrac{12}{3}=4\)
c) \(4x-15=1\)
\(4x=16\)
\(x=\dfrac{16}{4}=4\)
d) \(2+13x=28\)
\(13x=26\)
\(x=\dfrac{26}{13}=2\)