subject
Mathematics, 05.02.2022 14:00 rhettnyah

. Read from input the number of people (int), average nuggets per person (float) and cost of one order of nuggets(float). Calculate the number of orders of nuggets needed (10 nuggets per order). There will likely be leftovers for breakfast. Hint: Use the ceil() function from the math library to round up to the nearest whole number and convert to an int. Calculate and output the cost for all order of nuggets. Submit for grading to confirm test 1 passes. import math # Type your code here.

# example output statement explained
# num_orders is a variable
# cost is a variable
# anything inside ' ' that is not in {} is the exact text you will see in the output
# f represents you are print out a floating point number without inidicating how many decimal points
# : .2f represents you are printing out a floating point number with formatting, always 2 decimal points
print(f'{num_orders} Orders of Chick-fil-a Nuggets: ${cost:.2f}')

ansver
Answers: 3

Another question on Mathematics

question
Mathematics, 21.06.2019 16:30
One of the same side angles of two parallel lines is 20° smaller than the other one. find the measures of these two angles.
Answers: 3
question
Mathematics, 21.06.2019 20:30
A. plot the data for the functions f(x) and g(x) on a grid and connect the points. x -2 -1 0 1 2 f(x) 1/9 1/3 1 3 9 x -2 -1 0 1 2 g(x) -4 -2 0 2 4 b. which function could be described as exponential and which as linear? explain. c. if the functions continue with the same pattern, will the function values ever be equal? if so, give estimates for the value of x that will make the function values equals. if not, explain why the function values will never be equal.
Answers: 3
question
Mathematics, 22.06.2019 00:30
Will mark brainliest for correct answer! i have been on this problem for an hour and can't find the answer. i'm begging here! incase you cant read the instructions in the picture because of too much or too little lighting: note: enter your answer and show all the steps that you use to solve this problem in the space provided.write a list of steps that are needed to find the measure of b. provide all steps as clear as possible, !
Answers: 1
question
Mathematics, 22.06.2019 01:30
Arecent study focused on the number of times men and women who live alone buy take-out dinner in a month. assume that the distributions follow the normal probability distribution and the population standard deviations are equal. the information is summarized below. statistic men women sample mean 24.85 21.33 sample standard deviation 5.54 4.93 sample size 34 36 at the 0.01 significance level, is there a difference in the mean number of times men and women order take-out dinners in a month? state the decision rule for 0.01 significance level: h0: μmen= μwomen h1: μmen ≠ μwomen. (negative amounts should be indicated by a minus sign. round your answers to 3 decimal places.) compute the value of the test statistic. (round your answer to 3 decimal places.) what is your decision regarding the null hypothesis? what is the p-value? (round your answer to 3 decimal places.)
Answers: 1
You know the right answer?
. Read from input the number of people (int), average nuggets per person (float) and cost of one ord...
Questions
question
Mathematics, 09.06.2021 21:40
question
Mathematics, 09.06.2021 21:40
Questions on the website: 13722367