Density = mass / volume
Density = 8,200 grams / (4*4*4)
Density = 8,200 grams / 64 cubic inches
Density =
<span>
<span>
<span>
128.125
</span>
</span>
</span>
grams / cubic inch
It has to be 2.75 as a decimal.
No she didnt. She needs 12% more of .8 yards.
.8 yards x 12% more = 0.096+.8= 0.896 yards to cut
Answer:
D.) 7
Step-by-step explanation:
To calculate the check digit, multiply every even-position digit (when counted from the right) in the number by two. If the result is a two digit number, then add these digits together to make a single digit (this is called the digital root):
Odd numbers: (1.)= 8 (3.)= 4 (5.)= 6 (7.)= 0 (9.)= 4 (11.)= 6 (13.)= 2 (15.)=(1 + 6)= 7
Even numbers: (2.)= 3 (4.)= 8 (6.)= 1 (8.)= 3 (10.)= 6 (12.)=5 (14.)=0
To this total, we then add every odd-position digit:
Odd = 37
Even = 26
This will result in a total:
37 + 26 = 63
The check-digit is what number needs to be added to this total to make the next multiple of 10:
Next multiple of 10 is 70.
70 - 63 = 7
Answer:
7
Hope this helps : D
Answer:
f(g(x)) = 15x³ - 5
Step-by-step explanation:
how confusingly described.
let me try and summarize what I understood :
f(x) = 3x² - 5
money earned when baking x cookies.
g(x) = sqrt(5x³)
the amount of cookies baked in x hours.
f(g(x)) now calculates how much money she earns when baking for x hours.
it is basically very simple : instead of f(x) we have f(g(x)), so g(x) is used as argument/variable in f instead of just plain x.
therefore,
f(g(x)) = 3×(sqrt(5x³))² - 5
with x now representing the baking hours, but f(...) calculating the overall money earned, by implicitly (!) calculating the amount of cookies baked in that time and taking that result automatically to calculate the earned money.
let's simplify this a little bit more.
f(g(x)) = 3×(sqrt(5x³))² - 5 = 3×(5x³) - 5 = 15x³ - 5