Question 530015
<pre>
The problem fails to state that the person has ONLY nickels and quarters.
As the problem is stated she could have some other coins as well.  For 
instance, she could have 7 dimes, 8 quarters and 16 nickels, and she would
still have $3.50 and twice as many nickels as quarters.  I just thought
I would point that out as it might be interesting if you mentioned it to
your teacher or classmates.  But I will assume that she has no other coins
but nickels and quarters. 

Assuming that she has ONLY nickels and quarters,

Let N = the number of quarters

Because of this statement:

>>...A person has two times as many nickels as quarters...<<

2N = the number of nickels.

To get our equation we use this principle:

  
    $.05 times {{{(matrix(4,1,the,number,of,nickels))}}} + $.25 times {{{(matrix(4,1,the,number,of,quarters))}}} = $3.50

                             .05(2N) + .25(N) = 3.50
                               5(2N) +  25(N) = 350
                                    10N + 25N = 350
                                          35N = 350 
                                            N = 10

So she has N = 10 quarters and 2N = 2(10) = 20 nickels.

Edwin</pre>