document.write( "Question 1169372: A food stand sells various types of food. Steak Kabobs cost $3, Popcorn Chicken costs $5, and Bacon Grilled Cheese costs $8. One day, the food stand sold 6 times as many Steak Kabobs as Bacon Grilled Cheese. The food stand sold $5,800 in one day. The money made from Popcorn Chicken alone made 4 times as much money as Bacon Grilled Cheese. How many Steak Kabobs did the food stand sell? \n" ); document.write( "
Algebra.Com's Answer #794061 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "FOOD              PRICE        QUANT.         COST\r\n" );
document.write( "Kabob               3           3b             9b\r\n" );
document.write( "PopChickn           5            p             5p      \"5p=4%2A8b\"\r\n" );
document.write( "BacGrChees          8            b             8b\r\n" );
document.write( "TOTAL                                         5800\r\n" );
document.write( "

\n" ); document.write( "That should show you everything you need to solve two equations in two unknown variables.
\n" ); document.write( "
\n" );