document.write( "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?
\n" ); document.write( "(A) 32
\n" ); document.write( "(B) 30
\n" ); document.write( "(C) 29
\n" ); document.write( "(D) 28
\n" ); document.write( "(E) 27 \r
\n" ); document.write( "\n" ); document.write( "Please explain the above problem. Would really appreciate.\r
\n" ); document.write( "\n" ); document.write( "Thanks
\n" ); document.write( "

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