Answer:
9 tens = 90
5 hundreds = 500
3 ones = 3
on adding them we get, 500 + 90 + 3 = 593
6. Often, judging the symmetry and skewness of such distributions is not easy to do by eye, especially when they are asymmetrical or skewed in different ways. Here, the mean of set A is about 7, so the data is skewed to the left more than for set B, which has a mean of about 5.4--closer to the middle of the range.
Both data sets have the same range: 2–10. Set A's mode of 8 is higher than set B's mode of 6.
Hence, the only true statement appears to be
... B. Set B has the lesser mean.
7. For each of the 3 choices of meat, there are 3 choices of bread, and for each of any of those 9 choices, there are 4 choices of condiment—a total of 3×3×4 = 36 choices in all. The best answer is ...
... C. 36
8. The pie chart tells you 5% of the $4800 of monthly income is spent on transportation. That amount is .05×$4800 = ...
... C. $240
Answer:
Equation is: y = 0.5x² + 0.5x - 3
Explanation:
general form of the parabola is:
y = ax² + bx + c
Now, we will need to solve for a, b and c.
To do this, we will simply get points from the graph, substitute in the general equation and solve for the missing coefficients.
First point that we will use is (0,-3).
y = y = ax² + bx + c
-3 = a(0)² + b(0) + c
c = -3
The equation now becomes:
y = ax² + bx - 3
The second point that we will use is (2,0):
y = ax² + bx - 3
0 = a(2)² + b(2) - 3
0 = 4a + 2b -3
4a + 2b = 3
This means that:
2b = 3 - 4a
b = 1.5 - 2a ...........> I
The third point that we will use is (-3,0):
y = ax² + bx - 3
0 = a(-3)² + b(-3) - 3
0 = 9a - 3b - 3
9a - 3b = 3 ...........> II
Substitute with I in II and solve for a as follows:
9a - 3b = 3
9a - 3(1.5 - 2a) = 3
9a - 4.5 + 6a = 3
15a = 7.5
a = 7.5 / 15
a = 0.5
Substitute with the value of a in equation I to get b as follows:
b = 1.5 - 2a
b = 1.5 - 2(0.5)
b = 0.5
Substitute with a and b in the equation as follows:
y = 0.5x² + 0.5x - 3
Hope this helps :)