document.write( "Question 242456: How many watches purchased at 3 for $20 and sold at 4 for $30 are required to
\n" );
document.write( "make a profit of $40?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #177475 by JimboP1977(311) You can put this solution on YOUR website! Well profit = selling price - cost price \n" ); document.write( " \n" ); document.write( "Cost price per watch = $20/3 = $6.66 \n" ); document.write( " selling price per watch = $30/4 = $7.5\r \n" ); document.write( "\n" ); document.write( "Difference is 5/6 per watch (30/4) - (20/3)\r \n" ); document.write( "\n" ); document.write( "So to make a profit of $40 we would need to sell $40/(5/6) = watch number\r \n" ); document.write( "\n" ); document.write( "= 48 watches. \n" ); document.write( " |