document.write( "Question 740637: Yor are in charge of event planning for a major corporation that is having a martini coctail hour fot its guest. Your boss has given you a budget of $1,000 and you would like to order Grey Goose vodka for the VIP'S and Skyy vodka for the other guest. A bottle of Grey Goose vodka cost $ 36 and a bottle of Skyy vodka cost $ 20. You must have 37 bottles total. How many of each type should you buy? \r
\n" );
document.write( "\n" );
document.write( "SYSTEM OF LINEAR EQUATION \n" );
document.write( "
Algebra.Com's Answer #451648 by josgarithmetic(39618)![]() ![]() ![]() You can put this solution on YOUR website! Let's use g for amount of bottles of Gray Goose and y for amount of bottles of Skyy.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "g+y=37. Accounts for the numbers of bottles.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "36g+20y=1000, accounting for cost, budget. Divide both sides of this by 4: \n" ); document.write( "9g+5y=250\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Solve the system: \n" ); document.write( "------------------ \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Substitution may be easier than elimination. \n" ); document.write( " |