Answer:
3.458×10¹⁷ kg
Step-by-step explanation:
(3.5×10⁻² kg/L) × (9.88×10¹⁸ L) = (3.5×9.88) × 10⁽⁻²⁺¹⁸⁾ kg
... = 34.58×10¹⁶ kg
... = 3.458×10¹⁷ kg
_____
Comment on significant digits
It would be appropriate to round the answer to 2 significant digits, matching the number of significant digits in the least-precise factor. Then the answer would be 3.5×10¹⁷ kg.
_____
Comment on scientific notation problems
Your scientific calculator can show results in scientific notation.
6 apples each and the bags with mangoes
contain 3 mangoes each. If David and his
friends ate 2 apples from each bag and 2
mangoes from each bag, what is the total
number of fruits left over?
Answer:
Step-by-step explanation: the step by step explanation is 6*4=24 so 24 apples then 3*2=6 so 6 mangoes then if 8 apples are ate then 4 mangoes are ate then (24+6)-(8+4)=30-12 so the answer is 18.
answer with coding and answer is attached in word file below
The doublePennies() function is an illustration of a recursive function in Java
The base case of the doublePennies() function is that:
When the number of days is 0, then the total available pennies is the same as the total number of pennies.
The algorithm of the above highlight is:
if numDays equals 0 then
totalPennies = numPennies
Using the above algorithm, the complete base case is:
if(numDays == 0){
totalPennies = numPennies;
}
Read more about Java programs at:
Answer:
a
Step-by-step explanation:
Answer:
3 pictures
Step-by-step explanation:
Please see the attached pictures for the full solution.
☆ Since the shipping fee is a one-time fee, for an order, Sue only pays $7 once and the rest of the cost would be due to the number of pictures she ordered.
0.056
B.
0.56
C.
5.6
Answer:
The correct answer is: [B]: " 0.56 " .
Step-by-step explanation:
Note:
" 56% = " " ;
= (56) ÷ (100) = 0.56 ;
→ which corresponds to: " Answer choice: [B]: " 0.56 " .
______________________________________________
The linear function that models this situation is:
The equation of a line has the following format:
In which:
In this problem, m(0) = 3000, thus, , that is:
The amount decreases 500 gallons for every $1 increase in price, thus, the slope is -500, and the equation is:
The x-intercept is the value of x for which:
Then
A similar problem is given at brainly.com/question/24808124
Answer:
Slope of the graph gallons per dollar.
Intercept is 3000.
Step-by-step explanation:
General format of an equation of a linear graph is;
y=mx+c
Where,
y is the dependent variable
m is the slope of the graph
x is the independent variable of the graph
c is the intercept of the graph.
m(0)=3000 means when we substitute 0 for x values of the graph the y value is 3000. Therefore the intercept is 3000.
Slope of the graph =
= gallons per dollar.
So we can write the equation as;
but in this question y is given as m. Therefore function can be re-written as:
The graph is attached with the answer.