0,16x : 2 = 9 : 14
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.
![](https://rs.olm.vn/images/avt/0.png?1311)
![](https://rs.olm.vn/images/avt/0.png?1311)
0,16x : 2 = 9,14
0,16x = 9,14 . 2
0,16x = 18,28
x = 18,28 : 0,16
x = 114,25
![](https://rs.olm.vn/images/avt/0.png?1311)
a) x3 – 0,16x = 0
⇔ x(x2 - 0,16) = 0
⇔ x(x - 0,4)(x + 0,4) = 0
Vậy x = 0; x = -0,4; x = 0,4
![](https://rs.olm.vn/images/avt/0.png?1311)
a) 4x2 - 12x = 0
=> 4x.( x- 3) = 0
=> 4x =0 hoặc x - 3 = 0 => x = 3
Vậy x = 0 ; x = 3
b) x3 - 0,16x = 0
=> x.( x2 - 0,16 ) = 0
=> x = 0 hoặc x2 - 0,16 = 0
=> x2 = 0,16
=> x = 0, 4 hoặc x = -0,4
Vậy x = 0 ; x = 0,4 ; x = -0,4
![](https://rs.olm.vn/images/avt/0.png?1311)
![](https://rs.olm.vn/images/avt/0.png?1311)
P = 14^14^14 + 9^9^9 + 2^3^4
Theo toán học ta tính từ trên xuống dưới. vd: 2^2^2=2^4=16.
=> P=14^(...6)+9^(...9)+2^(3^2)^2
P=(...6)+(...9)+2^9^2
P=(...5)+2^(...1)
P=(...5)+(...2)
P=(...7)
=> Tận cùng P =7
P = 14^14^14 + 9^9^9 + 2^3^4
Theo toán học ta tính từ trên xuống dưới. vd: 2^2^2=2^4=16.
=> P=14^(...6)+9^(...9)+2^(3^2)^2
P=(...6)+(...9)+2^9^2
P=(...5)+2^(...1)
P=(...5)+(...2)
P=(...7)
=> Tận cùng P =7
k mik nha!
![](https://rs.olm.vn/images/avt/0.png?1311)
![](https://rs.olm.vn/images/avt/0.png?1311)
#include <bits/stdc++.h>
using namespace std;
long long n,a[1000001];
int main()
{
cin>>n;
for(int i=1;i<=n*2;i++)
{
cin>>a[i];
}
sort(a+1,a+n+1);
sort(a+n+1,a+2*n+1,greater<long long>());
for(int i=1;i<=n*2;i++)
{
cout<<a[i]<<" ";
}
return 0;
}
=>0,16x=9/7
=>x=9/7:16/100=225/28