document.write( "Question 1105453: A woman bought a number of items for $36. She realized that if she had bought 6 more items for the same money, she would have paid $3 less per item. How many items did she buy?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #720279 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! bought x items at a price of $36/x per item. \n" ); document.write( "if she bought x=6 items for $36, the price would have been 36/(x+6) \n" ); document.write( "36/(x+6)+3=(36/x) \n" ); document.write( "multiply everything by x(x+6) to clear fractions \n" ); document.write( "36x+3x^2+18x=36x+216 \n" ); document.write( "3x^2+18x-216=0 \n" ); document.write( "x^2+6x-72=0 \n" ); document.write( "(x+12)(x-6)=0 \n" ); document.write( "x=6 items, only positive root. ANSWER \n" ); document.write( "They were $6 each, but had she bought 6 more items for 36, they would have been $36/12=$3 each. \n" ); document.write( " |