Asked by dj

Simplify each of the following, if possible. Write your answers in exponential form, a^b

3^4*3^7*3^6

2^80+3*2^80

Answers

Answered by MathMate
There are two different cases here.
3^4*3^7*3^6 is a pure multiplicative expression, so the rules of priority and rules of exponents are applicable.
1. exponentiation has priority over multiplication
2. multiplication of two numbers to the same base a raised to exponents x and y yields a result of a<sup>x+y</sup>.
So
3^4*3^7*3^6
= (3<sup>4</sup>)*(3<sup>7</sup>)*(3<sup>6</sup>)
= 3<sup>4+7+6</sup>
=3<sup>17</sup>

The second expression, 2^80+3*2^80, has two terms with a common factor 2<sup>80</sup>. So the simplification consists in factorization of the expression, namely
2^80+3*2^80
= 1*2<sup>80</sup> + 3*2<sup>80</sup>
= (1+3)2<sup>80</sup>
= 4*2<sup>80</sup>
Answered by dj
In the second problem why do I put a 1 before 2^80?
Answered by bobpursley
you don't have to, but on the second step it makes factorization more apparent.
Answered by Anonymous
thats why the answer not 3^2^280 I am not understanding the answer
Answered by dj
thats why the answer not 3^2^280 I am not understanding the answer


you don't multiply 3*2=6^80
Answered by MathMate
The rules of priority of operations requires us to do exponents first, so
3*2^80 is the same as 3*(2^80). That is to say, we do the exponentiation of 2 to the power of 80 before multiplication.

If we multiply before exponentiation, we are not following the rules of priority of operations.

Then come the rules of exponentiation, some of the basic ones are :

a<sup>0</sup> = 1 for any value of a≠0
a<sup>1</sup> = a
a<sup>2</sup> = a*a
a<sup>3</sup> = a*a*a, etc.
a<sup>-1</sup> = 1/a
a<sup>-2</sup> = 1/(a*a)
a<sup>-3</sup> = 1/(a*a*a), etc.

a<sup>x</sup> * a<sup>y</sup> = a<sup>x+y</sup>
This rule can be applied only if the two bases (a) are the same.

This also means that we cannot simplify a<sup>x</sup>*b<sup>y</sup> for general values of a and b.

Since the expression
3*2<sup>80</sup>
=3<sup>1</sup> * 2<sup>80</sup>
has 3 and 2 as bases for the exponents, we cannot simplify the expression by the rules of exponents.



There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions