queendiedrop queendiedrop
  • 01-09-2020
  • Mathematics
contestada

Simplify 7 to the power of 6 ⋅ 7 to the power of 5.

Respuesta :

redd94
redd94 redd94
  • 01-09-2020
7^6 = 117649
7^5 = 16807

so now you multiply
Answer Link

Otras preguntas

find the length of wire required to fence a rectangle field with three round, whose length and breadth are 150 m and 80m respectively​
The points of muscle attachment are known as the
public class Myfile { public static void main (String[] args) { String biz = args[1]; String baz = args[2]; String rip = args[3]; System.out.println("Arg is " +
can someone explain it to me, i don't need the answer, i just need an detailed explanation of how they got the answer using the method that they provided
Evaluate2a + 4bor a = -2 and b = 3​
In a monohybrid cross of corn plants, purple seeds (P) are dominant to yellow (Y). Both parents in the original cross are homozygous. One has purple seeds, and
One of president's powers is the ability to
If the area of an iron rod is 10 cm by 0.5 cm and length is 35 cm. Find the value of resistance, if 11x10^-8 ohm.m be the resistivity of iron.
Amanda owns a clothing store that sells graphic t-shirts. n is the number of shirts she sells each month. the revenue function of her store is r = 15n. the cost
What will the following code display? int number = 6; cout << ++number << endl; 1. 0 2. 5 3. 7 4. 6