Answer:22
Step-by-step explanation:
That will be easy. It could be 12/56+3/56 or, 7/56+8/56 or, 10/56+5/56.
Answer: Total cost would be $53. 24 including tax which is $3.25
Step-by-step explanation:
Answer:
The bus travelled 60 miles in 1 hour.
Step-by-step explanation:
To solve this problem we need to calculate the average speed at which the bus travelled. This is given by the distance travelled divided by the time that they took to get there. So we have:
average speed = distance/time
average speed = 360/6
average speed = 60 miles/h
Therefore in 1 hour they travelled 60 miles.
Answer:
f(x) = 1.5x - 0.5x
Step-by-step explanation:
The function of the pattern represented by the pentagonal numbers is the sum of three triangular numbers.
The triangular number general formula
x (x + 1) / 2
For example,
The sequence
1, 3, 6, 10
*
* * *
* * * * * *
* , * *, * * *, * * * *
_____________________________
The pentagonal numbers
The sequence:
1, 5, 12, 22, 35
As shown in the picture can be divided into three triangles
Triangle 2
x (x + 1) / 2
Triangle 1 and 3 (they are triangles one unit smaller than 2)
n (n + 1) / 2
n= x-1
Replacing n
(x-1) ((x-1) + 1) / 2
(x-1) (x) / 2
(x-1) x / 2
______________
Function represents the pattern
Triangle 2 + (Triangle 1 + Triangle 3)
Triangle 1 = Triangle 3
So then,
Triangle 2 + 2* Triangle 1
x (x +1) /2 + 2* (x -1) x/2
Rearranging
0.5 x (x +1) + x(x -1)
0.5x^2 + 0.5x + x^2 -x
(0.5 x^2 + x^2) + (0.5x -x )
1.5 x^2 - 0.5 x
______