SOLUTION: 12. Erica has $460 in 5-and 10-dollar bills only. If she has fewer 10-than 5-dollar bills, what is the least possible number of 5-dollar bills she could have? (A) 32 (B) 30 (

Algebra ->  Equations -> SOLUTION: 12. Erica has $460 in 5-and 10-dollar bills only. If she has fewer 10-than 5-dollar bills, what is the least possible number of 5-dollar bills she could have? (A) 32 (B) 30 (      Log On


   



Question 339469: 12. Erica has $460 in 5-and 10-dollar bills only. If she has fewer 10-than 5-dollar bills, what is the least possible number of 5-dollar bills she could have?
(A) 32
(B) 30
(C) 29
(D) 28
(E) 27
Please explain the above problem. Would really appreciate.
Thanks

Found 2 solutions by jrfrunner, josmiceli:
Answer by jrfrunner(365) About Me  (Show Source):
You can put this solution on YOUR website!
let F=Number of $5 bills
let T=Number of $10 bills
--
Given
expression 1: T < F
expression 2: 5*F+10*T=460
---
Solve for F in the second expression
F=(460-10*T)/5=92-2*T
--
since we know that T is less than F then
+T%3CF=92-2%2AT
3*T<92
T<92/3=30.667 but since we are dealing with whole numbers
T=30
substituting T=30 in F=92-2*T=92-60=32
--
lets check
Choose values of T around T=30
if T=29 then F=92-2*29=34 So T%3CF=true
if T=31 then F=92-2*31=30 but T%3CF no longer holds true
--
so the pivot point for T%3CF is T=30 which means F=32

Answer by josmiceli(19441) About Me  (Show Source):
You can put this solution on YOUR website!
Let f = the number of $5 bills she had
Let t = the number of $10 bills she had
given:
5f+%2B+10t+=+460
f+%3Et
--------------
Note that there has to be an even number of $5 bills
to get $460
What would f and t be if f+=+t
5f+%2B+10f+=+460
15f+=+460
f+=+30.67
This doesn't work, since f needs to be an integer
I'll try f+=+t+%2B+1
t+=+f+-+1
Substituting:
5f+%2B+10%2A%28f+-+1%29+=+460
5f+%2B+10f+-+10+=+460
15f+=+470
f+=+31.33 doesn't work
I'll try f+=+t+%2B+2
t+=+f+-+2
substituting:
5f+%2B+10%2A%28f+-+2%29+=+460
5f+%2B+10f+-+20+=+460
15f+=+480
f+=+32
This looks like 32 isthe smallest number of $5's that
will give me $460 and still have more $5's than
$10's
check:
5f+%2B+10t+=+460
5%2A32+%2B+10t+=+460
10t+=+460+-+160
10t+=+300
t+=+30
The answer is (A)