I believe the answer is C
OOHHH!! I like sci not! Okay, so you take the decimal ( which in this case is at the end: 68000. ) and move it over as many times as needed until it gets in between the, in this case, 6 and 8. ( 6.8000 ). You need to show exactly how many times it was actually moved so you multiply that number time 10^ whatever place. In this question, it'll be to the 4th place because you move the decimal over 4 times. The answer will be 6.80 x 10^4 OR -written in short hand- 6.8x10E4
Hello from MrBillDoesMath!
Answer:
225
Discussion:
Sum ( 2n - 1) from n = 1 to 15
= Sum(2n) - Sum(1) from n = 1 to 15
= 2 Sum(n) - Sum(1) from n = 1 to 15
= 2* 15(15+1)/2 - (1 + 1 + .. + 1)
The first value comes from the fact that the sum of the first n integers is n(n+1)/2. The latter value sums 15 1's.
= 2 * 15 * 16/2 - 15 => 2/2 = 1
= 15*16 - 15 => 15*16 = 240
= 240 - 15
= 225
Thank you,
MrB