document.write( "Question 346141: prize budget is 36,000.
\n" );
document.write( "each trip to bahamas is 800.
\n" );
document.write( "each dvd is 200.
\n" );
document.write( "twice amount of bahamas trips as dvds given away.
\n" );
document.write( "how many of each prize should be give away? \n" );
document.write( "
Algebra.Com's Answer #247626 by nyc_function(2741) You can put this solution on YOUR website! Let b = Bahamas\r \n" ); document.write( "\n" ); document.write( "Let d = dvd\r \n" ); document.write( "\n" ); document.write( "800b + 220d = 36,000 \n" ); document.write( "2b = d\r \n" ); document.write( "\n" ); document.write( "These are your two equations in two unknowns. Can you finish? \n" ); document.write( " |