The parents of a toddler tell the nurse that their daughter…

The parents of a toddler tell the nurse that their daughter eats very little at mealtimes. She sits at the table with the family, but does not consume a lot of the food offered to her. She asks for snacks during the day while playing. What advice should the nurse give to this parent?

Write code to define a function that uses three parameters,…

Write code to define a function that uses three parameters, and returns a result as described below.Think carefully about how to efficiently phrase your code.Make sure not to press tab as this exits the exam page.You will not be allowed to get back into the test if you exit the test page. This function, checks if the first parameter to the power of the second parameter is more than 0, and the third parameter is more than 0,  the function returns  the first parameter to the power of the second parameter.  Otherwise if if the first parameter to the power of the second parameter is not more than 0, the function returns the third parameter to the power of the second parameter.Otherwise, the function returns -1. Do not write any other code.Ensure to apply the best practice recommendations we learned about. Missing this will cause point deductions.

Write a code for the function main, that does the steps belo…

Write a code for the function main, that does the steps below.Make sure to apply the best practice recommendations we learned about. Missing this will cause point deductions. use a while loop which runs as long as a variable named stores a true value. inside the while loop, get three integer numbers from the user. if passing those inputs in that order to the function of the previous question results in a value that is -1, then make the loop stop without using break. Otherwise add that value to a running total. After the loop stops, check the running total, if it is more than 0, print it; if it is less than 0, print an error message, otherwise if it is 0, print “Wow”. Call main at the end. Use conversion or casting functions as needed.Make sure not to press tab as this exits the exam page.

Osteoporosis is a condition in which people experience decre…

Osteoporosis is a condition in which people experience decreased bone mass and an increase in the risk of bone fracture. Actonel is a drug that helps combat osteoporosis in postmenopausal women.  In a clinical trial, postmenopausal women were randomly divided into experimental and control groups.  The subjects in the experimental group were administered 5 milligrams of Actonel, while the subjects in the control  group were administered a placebo.   Of the 696 women in the experimental group, 27 experienced a bone fracture over the course of a year.  Of the 687 women in the control group, 49 experienced a fracture.  Does this evidence suggest the drug is effective in preventing bone fracture? Use the \(\alpha\)=0.1 level of significance.  State your hypotheses and label the claim.  \(H_0\): \(H_1\): Claim: Find the level of significance: \(\alpha\)= Check the necessary conditions Estimate the p-value, being sure to specify what you entered in your calculator. P-value= Determine whether or not to reject the null hypothesis and explain/show why. Give a clear conclusion.    Remember that you must show all work for this problem in your uploaded work at the end of the exam.  This includes all parts above, whether they had a space to enter an answer or not!

Assume the sample below comes from a population that is norm…

Assume the sample below comes from a population that is normally distributed. 2.3, 7.9, 7.9, 7.3, 6.2, 3.1, 4.8, 8.8, 1.6, 6.5, 1.3, 7.2, 8.8, 6.1, 3.2, 3.9, 6.3, 5.8, 7.7, 8.5, 1.0, 3.7, 7.8, 4.6, 6.1, 5.3, 2.4, 7.2, 3.7, 9.1 Test the claim that the population standard deviation is greater than 1.9. Use α = 0.01 level of significance. State your hypotheses and label the claim.  \(H_0\): \(H_1\): Claim: Find the level of significance: \(\alpha\)= Check the necessary conditions Estimate the p-value, being sure to specify what you entered in your calculator. p-value= Determine whether or not to reject the null hypothesis and explain/show why. Give a clear conclusion.    Remember that you must show all work for this problem in your uploaded work at the end of the exam.  This includes all parts above, whether they had a space to enter an answer or not!