Answer:
I thin kits 490.8, if not, then its 431.4. But its most likely 490.8.
Use PEMDAS:
Parentheses
Exponents
Multiply and Divide from left to right.
Add and Subtract from left to right.
-------------------------------------------------------
Evaluate the exponents.
2^2+4^2/2^2
Divide from left to right.
4 + 16/4
Add from left to right.
4 + 4
Solution.
8
The function that takes three decimal numbers as inputs and finds the sum of those inputs and returns the sum has been given below
What is programming?
Program is the set of instructions given to the computer so that the computer can execute those instructions. The act of writing program is called programming.
The program has been shown below
#include<stdio.h>
using namespace std;
int main()
{
double n1, n2, n3;
double s;
printf("Enter first numbers");
scanf(%lf, &n1);
printf("Enter second numbers");
scanf(%lf, &n2);
printf("Enter third numbers");
scanf(%lf, &n3);
s = n1 + n2 + n3;
printf("Sum = %f", s);
return 0;
}
To learn more about programming refer to the link-
brainly.com/question/23275071
#SPJ4
Exponential growth of the form:
F=Ar^t
F=100(1.22)^t
F(5)=100(1.22)^5
F(5)=270.27
F(5)=270 to the nearest frog...
....
1.22=r^12
r=1.22^(1/12)
F=100(1.22^(1/12)^t)
F=100(1.22^(t/12)) now it will produce monthly populations...
Say we did the same as before but instead of 5 years you have 60 months...
F(60)=100(1.22^(60/12))
F(60)=270 to the nearest frog... :P
D = 1/2 a t^2 is given. And it wants you to find t in terms if a and d. Which means, you need to arrange the equation and let t be alone.
If you let t^2 alone ;
2d/a = t^2
And square root t^2 will give you t ;
SquareRoot(2d/a) = t
The answer is (2)