The answer is 7i because if you add 4+3i together as an absolute value, it equals to 7 plus the i is 7i
Even integer: 2 x a, where a is a natural number without 0;
Odd integer : 2 x b + 1 , where b is a natural number;
So, 2 x a + 2 x b+ 1 = 2 x ( a + b ) + 1, which is an odd integer.
First, make up some variables to represent the number of Girls and Boys in the choir.
B = number of boys
G = number of girls
You know that there are 4 times as many girls in the choir as boys. Therefore, the equation you can write is:

If you cross-multiply, then you get the simplified equation:
G = 4B
Intuitively this makes sense since if you multiplied the number of boys in the class by 4, that would be equal to the number of girls you have.
Now, we know that the total class size is 60. So girls plus boys equals 60:
G+B = 60
To solve the equation, replace the G in this equation with the replacement you found before, 4B.
G + B = 60 -->
4B + B = 60 -->
5B = 60 -->
B = 12
However, you are trying to find the number of girls, so plug the answer back into your equation.
G + B = 60 -->
G + 12 = 60 -->
G + 12 -12 = 60 - 12 -->
G = 48
The number of girls you have is 48.
Answer:
After 1 second, the ball will reach a maximum height of 16 feet
Step-by-step explanation:
The height of the ball after t seconds: h(t) = -16t^2 + 32t
The graph of this quadratic function is parabola which opens downwards. The vertex of a quadratic equation is the maximum or minimum point on the equation's parabola
t = -b/2a = -(32)/2(-16) = -32/-32 = 1 second
then
h(t) = -16(1)^2 + 32(1) = -16 + 32 = 16
After 1 second, the ball will reach a maximum height of 16 feet