document.write( "Question 210375: Compute the requested value. Choose the correct answer.\r
\n" );
document.write( "\n" );
document.write( "If the selling price is $75.50 and includes the cost plus 5% of the cost, then what is the cost? \n" );
document.write( "
Algebra.Com's Answer #158965 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! If the selling price is $75.50 and includes the cost plus 5% of the cost, then what is the cost? \n" ); document.write( ". \n" ); document.write( "Let x = cost \n" ); document.write( "then \n" ); document.write( "x + .05x = 75.50 \n" ); document.write( "x(1+.05) = 75.50 \n" ); document.write( "x(1.05) = 75.50 \n" ); document.write( "x = 75.50/1.05 \n" ); document.write( "x = $71.90 \n" ); document.write( " |