The correct response is ;
<span>multiply the term number by 2, subtract 1 from the result, multiply by 2 times the term number, and divide the result by 2.
if term number is x,
the number in the pattern for xth term is ;
multiply term number by 2 - 2x
subtract 1 - 2x - 1
multiply by 2 times the term number - (2x-1) * 2x
divide by 2 - (</span>(2x-1) * 2x)/2
so first term x=1
((2*1-1) * 2*1)/2
2/2 = 1
second term x = 2
((2*2-1) * 2*2)/2
(3*4)/2 = 6
third term x = 3
((2*3-1) * 2*3)/2
5*6/2 = 15
fourth term x= 4
((2*4-1) * 2*4)/2
56/2 = 28
Therefore the above response shows the correct pattern
Length = 20 ft
If he uses 60 ft of fencing to line his rectangular backyard, then the perimeter is 60 ft.
Perimeter formula is ((Width × 2) + (Length × 2))
10 × 2 = 20
20 × 2 = 40
40 + 20 = 60
Answer: $54
The shirts in total cost $30 and with the additional $30 cost of the jeans the total price without a discount is $60. You then take the discount and turn it into a decimal (0.10) and multiply it by the $60 total. This gives you 6, which is the amount of money you take off, which means the total is $54
Be:
Number of hours: n
<span>The cost of renting a bike for the first hour is $7:
n=1→f(n)=f(1)=$7
</span>He is charged $2.50 for every additional hour of renting the bike:
f(n)=f(n-1)+2.50, for <span>n ≥ 2
</span>
f(1)=7; f(n)=f(n-1)+2.50, for <span>n ≥ 2 (sixth option)
</span>
f(n)=f(1)+2.50(n-1)
f(n)=7+2.50(n-1)
f(n)=7+2.50n-2.50
f(n)=2.50n+4.50 (fifth option)
Answers:
Fifth option: f(n)=2.50n+4.50, and
Sixth option: f(1)=7; f(n)=f(n-1)+2.50, for <span>n ≥ 2</span>