mirror of
https://github.com/danbulant/notes
synced 2026-06-24 09:01:43 +00:00
vault backup: 2022-10-13 11:40:04
This commit is contained in:
parent
2cfce30622
commit
d1841a0392
2 changed files with 38 additions and 2 deletions
|
|
@ -12,8 +12,8 @@
|
||||||
"checkpointList": [
|
"checkpointList": [
|
||||||
{
|
{
|
||||||
"path": "/",
|
"path": "/",
|
||||||
"date": "2022-10-12",
|
"date": "2022-10-13",
|
||||||
"size": 918436
|
"size": 918747
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"activityHistory": [
|
"activityHistory": [
|
||||||
|
|
@ -863,6 +863,10 @@
|
||||||
{
|
{
|
||||||
"date": "2022-10-12",
|
"date": "2022-10-12",
|
||||||
"value": 1043
|
"value": 1043
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"date": "2022-10-13",
|
||||||
|
"value": 311
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -294,3 +294,35 @@ $2*9^x-135=0$
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
$2^{4x}-50-2^{2x}=896$
|
||||||
|
$2^{4x}-2^{2x}=946$
|
||||||
|
$2^{4x-2x}=946$
|
||||||
|
$2^{2x}=946$
|
||||||
|
$2^x=a$
|
||||||
|
$a^4-50-a^2=896$
|
||||||
|
bikvadratická rovnice
|
||||||
|
|
||||||
|
$2^{4x}-50*2^x=896$
|
||||||
|
$b^2-50b-896=0$
|
||||||
|
$b^2-50b-946=0$
|
||||||
|
|
||||||
|
$b=2^{2x}$
|
||||||
|
|
||||||
|
$D=2500+4*896=6084$
|
||||||
|
$\sqrt{D}=78$
|
||||||
|
$b_{12}=\frac{50\pm78}2$
|
||||||
|
$b_1=64$
|
||||||
|
$b_2\not=-14$
|
||||||
|
|
||||||
|
$2^{2x}=64$
|
||||||
|
$2x=6$
|
||||||
|
$x=3$
|
||||||
|
|
||||||
|
$K=\{3\}$
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
$128=2^x$
|
||||||
|
$2^x=2^7$
|
||||||
|
$x=7$
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue