Answer:
The answer is: X= -1 and y= -2 so <em><u>(-1,-2)</u></em>
hope this helps
Assume:
Size of sides = x m
Depth of the pool = y m
Therefore, surface area = x^2+4xy =10 m^2
Then, y = (10-x^2)/(4x)
Now,
Volume (V) = x^2*y = x^2*y =x^2(10-x^2)/4x = (10x-x^3)/4 = 1/4(10x-x^3)
For maximum volume, first derivative of volume function is equal to zero.
That is,
dV/dx =0 = 1/4(10-3x^2)
Then,
1/4(10-3x^2) = 0
10-3x^2 = 0
3x^2=10
x= sqrt (10/3) = 1.826 m
And
y= (10-1.826^2)/(4*1.826) = 0.913 m
Therefore,
V= 1.826^2*0.913 = 3.044 m^3
Since we can find that the graphs Y value is by a factor of 2 looking at the graph we can find
f(3)=8
Answer:
30 (.1)=3
or you could do
30×.1=3
you could use either one but I dont know what the person your turning the work in requires the equation to look like
Answer:
Recursive algorithms call itself with simpler or smaller input values. They can be used to solve large problems by using the solutions to minor parts of the problem, these minor problems are then further broken down to solvable cases.
Given the input as a sequence;
max(
if
return 
else

if
>
return 
else return 