Question 732961
.
what expression represents the first n multiples of 15 ?
~~~~~~~~~~~~~~~~~~~~~~~~


<pre>
    N(k) = 15k,  k = 1, 2, 3, . . . , 15.    <U>ANSWER</U>
</pre>

Solved.