Let $k$ and $m$ be specific numbers and $x,y$ such that $x(2^k)+y=m$. Find $\min(x+y)$
Asked
Active
Viewed 29 times
-1
-
What have you tried – Brevan Ellefsen Nov 24 '19 at 08:34
-
Have you learned calculus yet ? – The Demonix _ Hermit Nov 24 '19 at 08:35
-
actually I don't know where to even start. I have tried to try x from 1 to m but that just to time-wasting. And I haven't learnt calculus yet – CodingNewbie Nov 24 '19 at 08:39
1 Answers
0
$x. 2^k+y=m$
$$2^k=(1+1)^k=1+\Sigma^k_{r=1} \big(^k_r\big)$$
⇒ $$t=x+y=m-x.\Sigma^k_{r=1} \big(^k_r\big)$$
Now if we take derivative of t on x we get:
$$t'=-\Sigma^k_{r=1} \big(^k_r\big)=0$$
⇒ $k=0$
Which gives the maximum of $t=x+y$ as:
$t_{max}=x.2^0+y=x+y=m$
$x+y$ is minimum if $x=\Sigma^k_{r=1} \big(^k_r\big)$
sirous
- 10,751