Could you solve this math proplem????
90% of smart piple kan't solve these.
find two integres such that:
Their difference is $$$0$$$.
Their product is $$$1$$$.
Solution
# | User | Rating |
---|---|---|
1 | tourist | 3856 |
2 | jiangly | 3747 |
3 | orzdevinwang | 3706 |
4 | jqdai0815 | 3682 |
5 | ksun48 | 3591 |
6 | gamegame | 3477 |
7 | Benq | 3468 |
8 | Radewoosh | 3462 |
9 | ecnerwala | 3451 |
10 | heuristica | 3431 |
# | User | Contrib. |
---|---|---|
1 | cry | 167 |
2 | -is-this-fft- | 162 |
3 | Dominater069 | 160 |
4 | Um_nik | 158 |
4 | atcoder_official | 158 |
6 | Qingyu | 156 |
7 | djm03178 | 152 |
7 | adamant | 152 |
9 | luogu_official | 151 |
10 | awoo | 147 |
Could you solve this math proplem????
90% of smart piple kan't solve these.
find two integres such that:
Their difference is $$$0$$$.
Their product is $$$1$$$.
$$$x - y = 0$$$
$$$x = y$$$
$$$x \cdot y = 1$$$
$$$x^2 = 1$$$
$$$x = \sqrt{2}$$$
$$$x = 1.414$$$
$$$y = 1.414$$$
Name |
---|
That's why you left Zamalek
I think you are one of 90% of smart piple.
Just take 1 and 1. Their difference is 0 and product is 1. Also 1.4 * 1.4 != 1
Althougth I think my IQ isn't enough,but I think that in the plural sense ,solve the problem like $$$x^k=1$$$ ,you can make it in the coordinate system ,set the $$$\forall x \in C,x=a+bi(a,b\ in R),i^2=-1$$$ into point $$$(a,b)$$$ ,and change into represented by polar coordinates with,you get $$$(c,d)$$$ which represents the distance and the degree of angle,then $$$(c_1,d_1) \times (c_2,d_2)=(c_1c_2,d_1+d_2)$$$ .So I can do……