vault backup: 2022-06-07 16:39:51

This commit is contained in:
Daniel Bulant 2022-06-07 16:39:51 +02:00
parent 3b82f33f38
commit e5c1145e7f
2 changed files with 19 additions and 3 deletions

View file

@ -13,7 +13,7 @@
{
"path": "/",
"date": "2022-06-07",
"size": 842149
"size": 842286
}
],
"activityHistory": [
@ -702,7 +702,7 @@
},
{
"date": "2022-06-07",
"value": 713
"value": 850
}
]
}

View file

@ -107,4 +107,20 @@ for i in (seq 10 99);
end
```
25
25
---
$(x+3)^2=9-x^2$
$x^2+2x3+9=9-x^2$
$x^2+6x=-x^2$
$2x^2+6x+0=0$
$D=b^2-4ac$
$D=6^2-0$
$\sqrt{D}=6$
$x=\frac{b\pm\sqrt{D}}{2a}$
$x_1=\frac{6+6}{2*2}$
$x_1=3$