Answer:
16
Step-by-step explanation:
Here,
a=4
d= t1 - t2
 =6-4
 =2
tn = a +(n-1)d
t7 = 4+ (7-1)2
 = 4+ 6×2
 = 4 + 12
 = 16
 
        
             
        
        
        
Answer:
simbizi
Step-by-step explanation:
 
        
                    
             
        
        
        
You can write three equations in the numbers of nickels (n), dime (d), and quarters (q).
  n + d + q = 23 . . . . . . . there are 23 coins total
  0n +d -q = 2 . . . . . . . . .there are 2 more dimes than quarters
  5n +10d +25q = 250 . .the total value is $2.50
The collection includes 11 nickels, 7 dimes, and 5 quarters.
_____
I used the matrix function of my calculator to solve these equations. You can find q by subtracting from the last equation five times the sum of the first two equations.
  (5n +10d +25q) -5((n +d +q) +(d -q)) = (250) -5(23 +2)
  25q = 125 . . . . . . . simplify
  q = 5
From the second equation,
  d = q +2 = 7
And from the first,
  n = 23 -5 -7 = 11