Question 827422
<pre>
Use the formula for the nth term of an arithmetic sequence

a<sub>n</sub> = a<sub>1</sub> + (n-1)d

with n=10  

a<sub>10</sub> = a<sub>1</sub> + (10-1)d

a<sub>10</sub> = a<sub>1</sub> + 9d

Substitute 75 for a<sub>10</sub>

75 = a<sub>1</sub> + 9d

75 - a<sub>1</sub> = 9d 

Since the right side is 9d, pick a number for a<sub>1</sub>
so that the left side will be a multiple of 9.  You don't
have to, but that's the way to avoid fractions.  If we pick
a<sub>1</sub> to be 3, the left side will be 72 and that
is divisible by 9.

So let's pick a<sub>1</sub> = 3

75 - 3 = 9d
    72 = 9d
     8 = d

So substitute a<sub>1</sub> = 3 and d = 8 in

a<sub>n</sub> = a<sub>1</sub> + (n-1)d

a<sub>n</sub> = 3 + (n-1)(8)

a<sub>n</sub> = 3 + 8n-8

a<sub>n</sub> = 8n - 5     <-- answer

Then the sequence goes:

3,11,19,27,35,43,51,59,67,75,83,91,99,107,...

Notice that the tenth term is 75.

You could give other answers by choosing different 
numbers for a<sub>1</sub>.

Edwin</pre>