Answer:160oz
Step-by-step explanation:
What language are you writing this in? C? Javascript? Java? Are you allow to have parameters?
The general idea should be the same. Since 1 dollar = 100 pennies, we should write something like...
Java:
public static double numberofpennies(double dollars, double penny) {
double sum = 0;
// The amount of pennies that dollar represents
double converted = dollars * 100.0;
sum = converted + penny;
return sum;
}
Note: You should probably place this question under the category computer and technology instead of math. Also, this is just an example of what you could possibly write. What parameters you are allowed to use, what type (double? int? etc?) of pennies are you allowed to return, etc. depends on how you write it.
Answer:
AB Corresponds to side DE (Make sure to keep them in that order); The statement ∠A~∠D is correct.
Let me know if you need further explanation.
You would solve it in two parts.
4*n = 44 Divide by 4
4n/4 = 44/4
n = 11
=============
z^m * z^2 = z^9
When the bases are the same (on the left) the powers on the left add
m + 2
The powers on the left side of the equation are the same as the powers on the right when the bases are the same.
m + 2 = 9 Subtract 2 from both sides.
m + 2 - 2 = 9 - 2
m = 7
=================
Answers
m = 7
n = 11
No, they’re not parallel they’re perpendicular if you were to graph them this is what you’d get