Answer:
B) Cube
Step-by-step explanation:
A) square pyramid has one square base and 4 congruent triangles
B) Cube has 6 congruent squares
C) Rectangular pyramid has one rectangle base and 4 congruent triangles
D) Rectangular prism has 3 sets of rectangles; total of 6 rectangles
Answer:
Step-by-step explanation:
Three customers have accounts owing money. The table shows the account balances.
Which customer owes the least amount of money?
Customer Balance
M. Palmer –$56.72
B. Leftwich –$74.19
R. Jordan –$54.31
does anybody know
Answer:
what this basicaly means is that we have to multiply 3 by every thing inside the parethese
3*2x=6x
3*1=3
6x+3
Hope This Helps!!!
Answer:
f(n)=f(n-1)+f(n-2)
f(1)=1x
f(2)=1x
Step-by-step explanation:
This is the fibonacci sequence with each term times x.
Notice, you are adding the previous two terms to get the third term per consecutive triples of the sequence.
That is:
1x+1x=2x
1x+2x=3x
2x+3x=5x
3x+5x=8x
So since we need the two terms before the third per each consecutive triple in the sequence, our recursive definition must include two terms of the sequence. People normally go with the first two.
f(1)=1x since first term of f is 1x
f(2)=1x since second term of f is 1x
Yes, I'm naming the sequence f.
So I said a third term in a consecutive triple of the sequence is equal to the sum of it's two prior terms. Example, f(3)=f(2)+f(1) and f(4)=f(3)+f(2) and so on...
Note, the term before the nth term is the (n-1)th term and the term before the (n-1)th term is the (n-2)th term. Just like before the 15th term you have the (15-1)th term and before that one you have the (15-2)th term. That example simplified means before the 15th term you have the 14th and then the 13th.
So in general f(n)=f(n-1)+f(n-2).
So the full recursive definition is:
f(n)=f(n-1)+f(n-2)
f(1)=1x
f(2)=1x