To show this number using scientific notation, you will look at where the decimal point is and imagine that in the original number. Then count the number of place values to the right of this. That will be the exponent that belongs with the 10 because that is how many place values (groups of 10s) the number has past the decimal point.
The answer is 3.31 x 10^26 light years. ^ means to the power of.
Answer:
20 % are red
Step-by-step explanation:
I THINK this is what you mean:
24 blue + 6 red = 30 blocks total
6 red / 30 total = 6/30 = .2 = 20 %
Answer:
B=100
Step-by-step explanation:
A=100
C=100 (opposite angles are equal0
B=D= 100
complementary angles are 180 so
180-80=100
8÷3 is 2.666666667, 6 is greater than 5 so rounded to the nearest tenth it is 2.7
Interesting question. Good to know for computer science.
Suppose you have a function like
an = 3x - 2 Try the first couple
a1 = 3(1) - 2
a1 = 3 - 2
a1 = 1
a2 = 3(2) - 2
a2 = 6 - 2
a2 = 4 So each term differs by 3
a2 - a1 = 3
an = a_(n - 1) + 3
a3 = a2 + 3
a3 = 4 + 3
a3 = 7
a4 = a3 + 3
a4 = 7 + 3
a4 = 10
a5 = a4+ 3
a5 = 10 + 3
a5 = 13
I'll do one more and then check it.
a6 = a5 + 3
a6 = 13 + 3
a6 = 16
a6 = 3x -2
a6 = 3*6 - 2
a6 = 18 - 2
a6 = 16 which checks.
So the general formula is
an = a_(n - 1) * k if you were multiplying or
an = a_(n - 1) + k if you were adding. The key thing is that you are working with the previous term.