Just multiply the bases and add up the exponents.
9c^6*3c^6 = 27c^6+6 = 27c^12 <- answer
<u>Given</u>:
Given that the measure of arc DF is 162°
We need to determine the measure of ∠E
<u>Measure of ∠E:</u>
The measure of ∠E can be determined using the inscribed angle theorem.
Thus, by inscribed angle theorem, we have;

Substituting
, we get;

Dividing, we get;

Thus, the measure of ∠E is 81°
The two equations are equivalent.
The postage for 3 posters is $5.
Lois$ wrote an expression for the total they both spent as 6x + 10 6(25) +10
150 +10 = 160
Clark wrote another expression for the total, saying that it represented the same cost: 2(3x + 5). = 2(3x) + 2(5) 6x + 10 = 6(25) + 10 = 150+10 160
If each poster costs $25, do the two expressions give the same amount?
Answer:
The correct option is B.
Step-by-step explanation:
In a program the variables are defined as
int a, b =2;
float c = 4.2;
The given statement is
a = b * c
a = 2 * 4.2
a = 8.4
It is given that variable a is an integer. So, only integer value can be stored in a.
a ≈ 8
It means 8 will be stored in a. Therefore the correct option is B.