(a).      A driver of a 1200 kg car accelerates from 13.0 m/…

(a).      A driver of a 1200 kg car accelerates from 13.0 m/s to 90.0 km/h in 15.0 s. What is the force of the car?                                                         (4.0 points)                                                                                                                                                          (b).     A 1.10 kg falcon catches an absent minded 0.160 kg dove from behind in midair. If the falcon’s velocity is 20.0 m/s and the dove’s velocity is 8.00 m/s, what is their           common velocity after the catch?                                                                                                 (2.5 points).                                                                                                                                                                                                                                         (c).    A 50.0 g object is thrown vertically up at a speed of 30 m/s. How far from the thrown position will the object go up before falling back down to the original location         (ignore air friction)?                                                                    (1.5 points)                                                                                                                                    

Write a C++ program using function prototypes, which meets t…

Write a C++ program using function prototypes, which meets the following requirements: Create a void function named squareNumber that: Takes two parameters: A constant integer (const int) as input. An integer passed by reference to store the result. Calculates the square of the input number and stores it in the reference parameter. Create a value-returning function named calculateAverage that: Takes two integer parameters, both declared as const. Returns the average of the two numbers as a double. In the main() function: Prompt the user to enter the first number. Use this number to: Calculate and display its square using the squareNumber() function. Use it as the first number in the average calculation. Prompt the user to enter the second number. Use this number as the second input to calculateAverage(). Call the calculateAverage() function using the two numbers and display the result.

14. Find an approximation for the definite integral by using…

14. Find an approximation for the definite integral by using the first four non-zero terms of a series of your choice. Show steps and work. Because I did not expect people to memorize formulas, you may have to use the process covered in class for Maclaurin series. This requires a little bit of critical thinking.