document.write( "Question 206331This question is from textbook
\n" ); document.write( ": You are taking a trip to Switzerland. You are at the bank exchanging $600 for Swiss francs. The exchange rate is 1.5 francs per dollar, and the bank charges a 1.5% fee to make the exchange.\r
\n" ); document.write( "\n" ); document.write( "How much will you recieve in Swiss francs for your $600?
\n" ); document.write( "

Algebra.Com's Answer #155901 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
\"francs+=+1.5+%2A+dollars\"
\n" ); document.write( "\"f+=+1.5+%2A+600\"
\n" ); document.write( "\"f+=+900\"
\n" ); document.write( "But they charge a 1.5% handling fee
\n" ); document.write( "so you will get \"900+%2A+.985\" = \"886.5\"
\n" ); document.write( "
\n" ); document.write( "
\n" );