cubed root of 4896 = 16.98
round to 17
17-1 = 16
17 +1 = 18
16* 17 *18 = 4896
bin is 16 in x 17 in x 18 in
Median is defined as the middle term when the scores are arranged in increasing/decreasing order.
Joaquin's scores: 58, 62, 72, 75, 85, 91 Median: 73.5
Trisha's scores: 55, 74, 76, 90, 91, 92 Median: 83
The answer is letter A.
Answer:
bool b = isupper(x);
Step-by-step explanation:
I have written the expression for a char variable x.The isupper(x) will return true if the character x is upper case and false if the character x is lower case.
I have stored the returned value to a bool variable b .So the value of variable b will be true only when the x is in uppercase and false when b is lower case.
Let the number of nickels found be n, the number of dimes be d and the number of quarters be q.
i) "you have twice as many quarters as dimes and 42 coins in all."
means that 2d=q, and n+d+q=42
we can reduce the number of unknowns by substituting q with 2d:
n+d+q=42
n+d+2d=42
n+3d=42
We can write all n, d and q in terms of d as follows:
there are n=42-3d nickels, d dimes and q=2d quarters.
ii) In total there are $6.60 dollars,
1 nickel = 5 cent = $0.05
1 dime = 10 cent = $0.1
1 quarter = 25 cent = $0.25
thus
(42-3d)*0.05 + d*0.1 +2d*0.25= $6.60
2.1 - 0.15d+0.1d+0.5d=6.60
2.1+0.45d=6.6
0.45d=6.6-2.1=4.5
d=4.5/0.45=10
iii)
so, there are 10 dimes, 2d=2*10=20 quarters and 42-3d=42-3*10=12 nickels.
Answer: 10 dimes, 20 quarters, 12 nickels
Okay. To find the number of teens he surveyed, we can write and solve a proportion. Set it up like this: 150/x = 75/100. This is because you’re looking for the amount of students he surveyed and you know the percentage and the number of students that like pop music. 150 is over “x”, because “x” will represent the total number of students surveyed. Now, let’s cross multiply the values. 150 * 100 is 15,000. 75 * x = 75x. 15,000 = 75x. Now, divide each side by 75 to isolate the “x”. 15,000/75 is 200. x = 200. Damian surveyed a total of 200 teenagers.