Answer:
To order the numbers, start with the lowest (first) and work your way up (last). This is referred to as "Ascending Order." Consider climbing a mountain.
The way to determine the number of solutions is to complete the problem in multiple different ways.
∑ 4 * 5^(i-1) = 4 + 20 + 100 + 500 = 624
∑ 3 * 4^(i-1) = 3 + 12 + 48 + 192 + 768 = 1,023
∑ 5* 6^(i-1) = 5 + 30 = 35
∑ 5^(i-1) = 1 + 5 + 25 + 125 = 156
Answer:
∑ (i=1, 2) 5 * 6^(i-1) < ∑ (i=1, 4) 5^(i-1) < ∑ (i=1, 4) 4 * 5^(i-1) <
< ∑ (i=1, 5) 3 * 4^(i-1)
Answer:
15x*45 i think
Step-by-step explanation:
Answer:
step 2
and then also in step 3 compensating the error in step 2
Step-by-step explanation:
I think I just answered this for another post.
sin(a - b) = sin(a)cos(b) - cos(a)sin(b)
so, step 1 is correct :
sin(A - 3pi/2) = sin(A)cos(3pi/2) - cos(A)sin(3pi/2)
but step 2 suddenly and incorrectly switched that central "-" to a "+".
yes, sin(3pi/2) = -1, but that is still an explicit factor in step 2. so it was not used to flip the central operation from subtraction to addition, and therefore this change was a mistake.
then, in step 3, another error was made by just ignoring the "-" sign of "-1" and still keeping the central "+" operation. this error compensated for the error in step 2 bringing us back by pure chance to the right result.