Question 1009925


a five dollar bill: ${{{5.00}}}
two singles: ${{{2.00}}}
five quarters: ${{{5*0.25=1.25}}}
nineteen dimes: ${{{19*0.10=1.90}}} 
nine nickels: ${{{9*0.05=0.45}}} 
twenty pennies: ${{{20*0.01=0.20}}}

add all together:

${{{5.00+2.00+1.25+1.90+0.45+0.20=10.80}}}