document.write( "Question 101675: A store marks up items to make 89% profit. If an item costs $3.50 from the supplier, what will the price be? \n" ); document.write( "
Algebra.Com's Answer #74868 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Store Cost + Profit = Customer Cost
\n" ); document.write( "Store Cost + 0.89*(Store Cost) = Customer Cost
\n" ); document.write( "1.89*(Store Cost) = Customer Cost
\n" ); document.write( "Customer Cost = 1.89*($3.50)
\n" ); document.write( "Customer Cost = $6.62 (rounded up from 6.615).
\n" ); document.write( "
\n" );