vault backup: 2022-06-09 13:52:32

This commit is contained in:
Daniel Bulant 2022-06-09 13:52:32 +02:00
parent e528e5eb78
commit 2832ea819a
2 changed files with 18 additions and 2 deletions

View file

@ -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
}
]
}

View file

@ -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$