Homework Answers

Math 50414 50414
Physics 44332 44332
Chemistry 40988 40988
Economics 30643 30643

Questions: 207 418

Answers by our Experts: 207 418

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

A population consists of the four numbers 3,7,11,15.Consider all possible samples of size two which can be drawn with replacement from this population


A. A life insurance company will sell a Php250,000 one-year term life insurance policy for members of armed forces of the Philippines for a premium of Php500.00. Let X denote the gain from the insurance company. Based on the collected data of the company, a member of the armed forces police has a 99.96% chance of surviving within one year. Let X the net gain of an insurance company from a single policy holder.



1. Complete the table below showing the probability distribution of X.



X 500 -249,500


P(x)



2. Find the expectation If you play a bet and Interpret the result.



E(X)=



3. Interpretation:​

 Consider a closed-economy IS-LM model. Assume initially the economy is at medium-run equilibrium. Discuss with the help of graphs the effects of a decrease in consumer sentiment for output, interest rates and price level in the short run as well as in the medium run. Be sure to explain how the economy transitions from short run to the medium run.


Create a class called Scholarship which has a function Public void Merit() that takes marks and fees as an input. Merit method should get an marks as input using params

If the given mark is >= 70 and <=80, then calculate scholarship amount as 20% of the fees

If the given mark is > 80 and <=90, then calculate scholarship amount as 30% of the fees

If the given mark is >90, then calculate scholarship amount as 50% of the fees.

In all the cases return the Scholarship amount


Find the derivative using chain rule-d/dx: 


5.y = (4x - 9) * (3x - 4) ^ 2


6.y = x/(x ^ 2 - 2) ^ 2)


7.) y =(x²-7)²(2x - 5)³


8. y = (x ^ 4 - 2x) ^ 2/(x - 1) ^ 3


9. y = sqrt(x - 2) ^ 2


10.) y = (x ^ 3 + x ^ 2) ^ 2 * (x - 1) ^ 3


List the members of the set


(x l x is an integer such that x < 2)

In a party, there are 12 people with white shirts and 7 people with red shirts;





4 people have black shoes and white shirts;





5 people have black shoes and red shirts;





the total number of people with white or red shirts or black shoes is 21.





How many people have black shoes?

a manufactrer produces lightbulbs that are packed into boxes of 100. if quality control studies indicate that 0.5% of lightbulbs produce are defective, what percentage of the boxes will contain if 2 or more defectives?


In a party, there are 12 people with white shirts and 7 people with red shirts;






4 people have black shoes and white shirts;






5 people have black shoes and red shirts;






the total number of people with white or red shirts or black shoes is 21.






How many people have black shoes?

Example:

Base integer = 3

Initial factor = 2

Number of times to process = 3

Process:

1.) 2 x 3 = 6

2.) 6 x 3 = 18

3.) 18 x 3 = 54


Therefore, the output would above would be 54.


Instructions:

  1. In the code editor, you are provided with a main() function that asks the user for the 3 integer inputs required for this program and calls the getResult().
  2. This getResult() function has the following details:
  3. Return type - int
  4. Name - getResult
  5. Parameters
  6. int - Base integer
  7. int - Initial factor
  8. int - Number of times to process
  9. Description - this is a recursive function which implements the desired behavior explained in the problem description
  10. The getResult() function is partially implemented already. Your only task is to add the correct recursive case.
LATEST TUTORIALS
APPROVED BY CLIENTS