soft drink dispenser is designed to dispense 250 mL of drink per cup. However, there have
been recent reports to the managements of a fast-food restaurant of both underfilled and
overfilled cups. Seeking to investigate this matter, they fill up 50 cups using this machine. If the mean amount of drink in the 50 cups is 248 mL with standard deviation of 12 mL, is there a
cause for concern for the management? Use a level of significance of 0.01
Input
1. An integer
Output
The first line will contain a message prompt to input the integer.
The succeeding lines contain the odd numbers.
Enter·n:·10
9
7
5
3
1Find the mass of the lamina in the shape of the portion of the plane with equation 4x + 8y + z = 8 in the first octant if the area density at any point (x, y, z) on the plane is δ(x, y, z) = 6x + 12y + z g/cm^2
Government of Pakistan apply a tax on education sector in which, if your annual fee is greater than 2,00,000 than you have to pay 10% of exceeding amount as tax. If your annual fee is lesser or equal to 2,00,000 than your tax is zero. Write a C++ program in which, read fee of two semesters and identify either user have to pay tax or not. If user have to pay tax than calculate total fee with tax.
Create a Python script that will display the next 5 numbers in the sequence where each number is the sum of the previous two.
This is my text file:
8 3
4 5
6 2
The sample output should be like this when I run the code:
8 3 11 14 25 39 64
4 5 9 14 23 37 50
6 2 8 10 18 28 46
I need the code to have the python script that will display the next 5 numbers from my text file stated above.
Python Program
Write a python program to print the following output.
Input
The first line contains a string S representing a unique id.
The second line contains an integer N representing group length.
Output
The output should be a single string representing the new unique id.
Sample Input1
2-4A0r7-4k
3
Sample Output1
24-A0R-74K
Python Program
Write a python program to print the following output.
Input
The first line contains a string S representing a unique id.
The second line contains an integer N representing group length.
Output
The output should be a single string representing the new unique id.
Sample Input1
2-4A0r7-4k
3
Sample Output1
24-A0R-74K
. A quality controller wants to estimate the proportion of high quality goods out of a batch of products with a 90% confidence level and a margin of error of 5%. How many products must he test. 30
Create a one (1) program that will apply all polymorphism techniques such as function, runtime and operator overloading.
1. Write a program in C# Sharp to create a List of numbers and display the numbers greater than 80 as output.
Test Data :
The members of the List are :
55 200 740 76 230 482 95
Expected Output :
The numbers greater than 80 are :
200
740
230
482
95