mirror of
https://github.com/danbulant/notes
synced 2026-05-20 21:09:01 +00:00
vault backup: 2022-06-09 13:52:32
This commit is contained in:
parent
e528e5eb78
commit
2832ea819a
2 changed files with 18 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
{
|
||||
"path": "/",
|
||||
"date": "2022-06-09",
|
||||
"size": 855001
|
||||
"size": 859944
|
||||
}
|
||||
],
|
||||
"activityHistory": [
|
||||
|
|
@ -710,7 +710,7 @@
|
|||
},
|
||||
{
|
||||
"date": "2022-06-09",
|
||||
"value": 11496
|
||||
"value": 16439
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -193,3 +193,19 @@ $100x+y+10z=100x+10y+z+18$
|
|||
$x=6$
|
||||
$y=7$
|
||||
$z=9$
|
||||
|
||||
---
|
||||
|
||||
Rozdíl čísla x a jeho druhé odmocniny je -0.24.
|
||||
$x - \sqrt{x}=-0.24$ | $^2$
|
||||
$x^2-x+0=0.0576$
|
||||
$D=b^2-4ac$
|
||||
$D=(-1)^2-4*1*0$
|
||||
$D=1$
|
||||
$\sqrt{D}=1$
|
||||
$x=\frac{-b\pm\sqrt{D}}{2a}$
|
||||
$x=\frac{1\pm1}2$
|
||||
$x_1=1$
|
||||
$x_2=0$
|
||||
|
||||
$K=\emptyset$
|
||||
|
|
|
|||
Loading…
Reference in a new issue