document.write( "Question 592957: Question--Leo Held a Garage Sale. He Priced All The Item For Either a Dime or a Quarter. His Sales Totaled Less Than $5.00.
\n" );
document.write( "okay so thats the question i already have what the linear equation is but then it asks whats the maximum number of items that he could have sold for a quarter. I really need help I've been on this problem for a while. Thank you. Also if there is something I could Explain a little better please tell me. This is my first time on here. \n" );
document.write( "
Algebra.Com's Answer #376141 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! He Priced All The Item For Either a Dime or a Quarter. \n" ); document.write( " His Sales Totaled Less Than $5.00. \n" ); document.write( ": \n" ); document.write( "Let d = no. of items sold for a dime \n" ); document.write( "Let q = no. of items sold for a quarter \n" ); document.write( ": \n" ); document.write( ".10d + .25q = 5.00 \n" ); document.write( ": \n" ); document.write( "What's the maximum number of items that he could have sold for a quarter?\" \n" ); document.write( "Max sold for .25: 5.00/.25 = 20 items, nothing for a dime \n" ); document.write( ": \n" ); document.write( "But assuming he sold some items for 10 cents, total$ has to be a multiple of .10, could not be 19 quarters (4.75) \n" ); document.write( ".10d + .25(18) = 5.00 \n" ); document.write( ".10d + 4.50 = 5.00 \n" ); document.write( ".10d = 5.00 - 4.50 \n" ); document.write( ".10d = .50 \n" ); document.write( "d = 5 items for a dime, 18 for a quarter \n" ); document.write( " |