70 years, and the standard deviation was 5.1 years. If a sample of 50 people from this region is selected, what is the probability that the mean life expectancy will be less than 71 years?
Create a program based on the sample output using while loop.
Enter a Number : 10
1*2 = 2
2*4 = 8
3*6 = 18
4*8 = 32
5*10 = 50
Let Y be the random variable representing the number of tails that occur. Find the values of the random variable Y
Combustion of an 8.23 mg sample of a compound gave 9.63 mg of carbon dioxide and 3.94 mg water. Analysis of another 5.32 mg sample of the same compound by the Carius method gave 13.49 mg of AgCl.
Input Combination
by CodeChum Admin
We’ve tried adding together integers, so how about adding characters as well? Well we really don't know how to create a variable that holds the combined characters (at least for now) so let's just print them together in 1 string instead.
Instructions:
Input two characters in one line, separated by a space.
Make the strings be printed out like it’s concatenated (or combined) by printing it without spaces in between. Refer to the sample output for your reference.
Input
A line containing two characters separated by a space.
A·B
Output
A line containing two characters.
AB
Integer Pairing
by CodeChum Admin
Now this one's a tad bit tricky, but you can definitely do it!
Instructions:
Input five integers in one line, with each integer separated by a space.
Add the 1st and 2nd integers together and store the sum inside a variable.
Add the 3rd and 4th integers together and store the sum inside a variable.
Multiply the two sums and raise the product result to the power of the 5th integer.
Print out the result.
Input
A line containing five integers separated by a space.
1·2·3·4·5
Output
A line containing an integer.
4084101
Calculate the volume in liters of a 4.86x 10 4 m M copper(II) fluoride solution that contains 25.0g of copper(II) fluoride CuF2
. Round your answer to 3
significant digits.
In a Math test, the mean score is 45 and the standard deviation is 4.
Assuming normality, what is the probability that a score picked at random will lie
a. above score 50?
b. below score 38?
c. between 35 and 53?
what is the percent concentration of sucrose in a solution made by dissolving 5.4g of sucrose in enough water to give 87.3 of solution?
1. Production Possibilities: The country Toyland can produce the following combinations of Dolls, and Fire Trucks:
Dolls: Fire Trucks:
400 0
300 230
200 360
100 460
0 500
a. What is the opportunity cost to Toyland when it increases the production of dolls from 0 to 100? 2 Marks
b.What is the opportunity cost to Toyland when it increases the production of dolls from 100 to 200? 2 Marks
c. Is Toyland faced with a tradeoff? Explain. 1 Mark
5 Marks Total