A nationwide survey of college seniors by the
University of Michigan revealed that almost 70% disapprove of daily pot smoking, according to a report in
Parade. If 12 seniors are selected at random and asked
their opinion, find the probability that the number who
disapprove of smoking pot daily is
(a) anywhere from 7 to 9;
(b) at most 5;
(c) not less than 8
Input 10 numbers, and display smallest number
A certain concentration method works best when the analyte’s concentration is approximately 10 ppb.
a.) if method requires a sample of 0.5 mL, about what mass of analyte is being measured?
b.) if the analyte is present at 10% w/v, how would you prepare the sample for analysis?
c.) Repeat for the case where the analyte is present at 10% w/w.
d.) Based on your answers to part (a)-(c), comment on the method’s suitability for the determination of major analyte?
Adequate knowledge of the content, coupled with the knowledge of the learners,
enables the teacher to plan and modify his/her teaching. Do you agree with
statement? Motivate.
1. Create a method named getCircleDiameter that takes a radius of double type as the parameter. The method should return the diameter of a circle. To compute the diameter of a circle, multiply the radius by 2.
2.Create a struct named Product where its fields are code, description, and price.
Create a class named Person with an instance variable named full_name. Declare one (1) constructor without a parameter and initialize the variable with a default value.
3.Create a class named Account with an instance variable named account_number. Make this class a member of the Accounts namespace.
A group of students got the following scores in a test: 6, 9, 12, 15, 18, and 21. Consider samples of size 3 that can be drawn from this population
Samples of three cards are drawn at random from a population of eight cards numbered from 1 to 8.
Write a C++ program using classes and objects, which can find the overall average of the entire group(say n) of patients. A single object with default constructor adds 10 patients with 60 kg average kg overweight or underweight. All objects of this patient class(and ONLY objects of this patient class) update the total weight and the total number(n) of patients and can display the overall average. Your C++ program should provide all these facilities.
a trolley runs from P to Q along a track.At Q its PE is 50KJ less than at P.At P,KE of trolley is 5KJ.Between P and Q work that trolley does against friction is 10KJ.What is KE of trolley at Q?
Write a program to print the following output.
Input
The first line contains a string.
The second line contains some space-separated strings.
Output
The output should be a single integer.
Explanation
scramble word = "tacren"
guessed words = ["trance", "recant"]
Since "trance" and "recant" both have length 6 then you score 54 pts each.
So the output is 108.
Sample Input1
rceast
cat create sat
Sample Output1
2
Sample Input2
tacren
trance recant
Sample Output2
108