Homework Answers

Math 51397 50414
Physics 44335 44333
Chemistry 40988 40988
Economics 30646 30644
Programming & Computer Science 26878 26876
English 10084 10084
Biology 8111 8109
Management 6239 6239
Engineering 6056 6056
History 3490 3489
Psychology 2129 2129
Sociology 1858 1858
Geography 1574 1574
Marketing 1443 1443
Philosophy 1001 1001
Political Science 892 891
Law 876 876
French 438 438
Other 199 199

Questions: 238 634

Answers by our Experts: 237 641

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

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

  1. Input a positive integer. This will serve as the starting point of the loop.
  2. Using a while() loop, print out all the odd numbers starting from the inputted integer, until 0. The outputted numbers must all be separated by line.
  3. Also remember that since the loop goes to descending order, a decrement variable shall be created and decreased per iteration for the loop to terminate when it reaches 0.

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
1

Find 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


LATEST TUTORIALS
APPROVED BY CLIENTS