Answer:
The amount after 4 years = $ 16198.87
Step-by-step explanation:
Points to remember
Compound interest
A = P[1 + R/n]^nt
Were A - Amount
P - Principle
R - Rate of interest
t - Number of years
n - Number of times compounded
<u>To find the amount</u>
Here P = $11,800, R = 8% = 0.08, t = 4 years and n = 4 times
A = P[1 + R/n]^nt
= 11800[1 + 0.08/4]^(4 * 4)
= 16198.87
Therefore amount after 4 years = $ 16198.87
Answer:
44.1m
Step-by-step explanation:
we are given a quadratic function which represents the height and time of a baseball

we want to figure out maximum height of
the baseball
since the given function is a quadratic function so we have a parabola
which means figuring out the maximum height is the same thing as figuring out the maximum y coordinate (vertex)
to do so we can use some special formulas
recall that,


notice that, our given function is not in standard form i.e

let's make it so

therefore we got
our <em>a</em> is -4.9 and <em>b </em>is 29.4
so substitute:

remove parentheses and change its sign:

simplify multiplication:

simplify division:

so we have figured out the time when the baseball will reach the maximum height
now we have to figure out the height
to do so
substitute the got value of time to our given function

simplify square:

simplify mutilation:

simplify substraction:

hence,
the maximum height of the baseball is 44.1 metres
Given that the volume of the aquarium is 20m^3.
Volume = Area of Base x height
Area of Base = Volume / height = 20/h
Given that the aquarium has a square base.
Area of square = l^2
Thus, the length of the base of the aquarium is

The frame is to cover 8 sides with the length equal to the length of the base and 4 sides with the length of the height.
Thus, the total perimeter of the frame is given by

Area of the four side faces of the aquarium is 4 times the length of the base times the height =

Total area to be covered by grass is the base and the four side faces and is given by

Cost of the entire metal frame =

Cost of the entire grass =

Therefore, total cost in terms of the height, h, is given by
#include <stdio.h> #include <stdlib.h>
// Function to perform division (x / y) of two numbers x and y. // without using division operator in the code. int divide(int x, int y)
{ // handle divisibility by 0. if (y == 0)
{ printf("Error!! Divisible by 0"); exit(1);
} // store sign of the result.
int sign = 1; if (x * y < 0)
Math Find the Distance Between Two Points (3,4) , (-2,1)
(
3
,
4
)
(
3
,
4
)
,
(
−
2
,
1
)
(
-
2
,
1
)
Use the distance formula to determine the distance between the two points.
Distance
=
√
(
x
2
−
x
1
)
2
+
(
y
2
−
y
1
)
2
Distance
=
(
x
2
-
x
1
)
2
+
(
y
2
-
y
1
)
2
Substitute the actual values of the points into the distance formula.
√
(
(
−
2
)
−
3
)
2
+
(
1
−
4
)
2
(
(
-
2
)
-
3
)
2
+
(
1
-
4
)
2
Simplify.
Tap for more steps...
√
34
34
The result can be shown in multiple forms.
Exact Form:
√
34
34
Decimal Form:
5.83095189
…