Consider the following Cobb Douglas Production Function:
Y =√K √N
when K = 49 and N = 81
2.2 Is this production function characterised by constant returns to scale? Demonstrate.
Create a class Library with data members dept_name, rack_no, quantity which is inherited in class Book with data members book_name, author_name. Initialize the data for book and display the data of book with its dept_name, book_name, author_name, quantity and rack_no.
How large a force parallel to a 300 incline is needed to give a 5.0 kg an acceleration 0.20 m/s2 up the incline a) if friction is negligible? b) if the coefficient is 0.30?
Determine the complexity of the expression
(I) 5n² + 3nlogn + 2n + 5 that log n <= n for n >= 1
(II) 5n⁴ + 3n³ + 2n² + 4n + 1
Draw the chemical structure for the 5-isopropyl-2-sec-butyl-cyclonon-1-ene.
2.After the algorithm/pseudocode ends, provide the time complexity for each of them
The weights of students in a certain school are normally distributed with a mean weight of 66 kg. 10% have a weight greater than 70kg. What percentage of students weighs between 52kg and 66kg?
How did we get our answer for this problem above?
A population consists of the values {1, 2, 3, 4, 5). Consider samples of size 3 that can be drawn
from this population.
a. List down all the possible samples and corresponding sample mean
Sample
Sample Means
5
b. Construct the sampling distribution of the sample means.
Sample Means Frequency
Probability P(x)
c. Draw a histogram of the sampling distribution of the sample mean.
Based on the inheritance hierarchy/tree, write a C++ program to get the width, length and
height from users and call the calculateArea() member function of the Calculate
drived class to determine and return the volume of the user’s input. Before the program
ends, display all values read from users and the calculated area.
2. Make a C++ program that will calculate the total expenses and Cash left of Miss Carla after spending the following :
Cash - 4,050.00
B&W perfume - 700.50
B&W lotion - 560.85
Dresses - 2072.50
Note : the program must display the cash left and total expenses.