A 4 piece band gets hired... They are asking $600.00 for the night.
Suppose the avg Specials well drinks in a bar sold @ 2.00 per glass, and call drinks @ 4.25 per shot.
And lets say, that the house capacity is full (@ 225 people , IAW code) ... Because many of us are so damn cheap, we'll say that 80 % drink the Well drinks, and 20% drink the Call drinks. (Not calculating for double shots)
If everybody only drank one drink all night long, the base units sold would be:
Now, Lets say that most reasonable folks, who go to the bars average @ 4 drinks (min) in two hours.
AFter peaks, the sales start to diminish to two drinks per 2 hours (avg):
So in 4 hours, the bar has earned $2,205.00 + $1,102.0 = $3,307.00 from 7pm to 11pm
Now add in the 1102 again for the next two hours ...
So, in 6 hours, the bar has earned $2,205.00 + $1,102.0 + $1,102.0 = $4,409.00 from 7pm to 1:00am
--------------
Now lets pay the 4 waitresses and two bartenders , the two bouncers and the doorman ...an the band that busted their asses all night for the animal kingdom...
So far, the bar still walks away with over 3K
What I am cluelesss about here is the COD for Beer deliverys etc... Feel free to jump in here...
Suppose the avg Specials well drinks in a bar sold @ 2.00 per glass, and call drinks @ 4.25 per shot.
And lets say, that the house capacity is full (@ 225 people , IAW code) ... Because many of us are so damn cheap, we'll say that 80 % drink the Well drinks, and 20% drink the Call drinks. (Not calculating for double shots)
Code: Select all
225 * .80 = 180 Well
225 * .20 = 45 Call
If everybody only drank one drink all night long, the base units sold would be:
Code: Select all
(180 * 2.00 = $360.00) + (45 * 4.25 = $191.25) = $551.25 Now, Lets say that most reasonable folks, who go to the bars average @ 4 drinks (min) in two hours.
Code: Select all
. ($360.00 * 4 =$1,440.00 ) + (191.25 * 4 = $765.00 ) = $2,205.00 from 7pm- 9pmAFter peaks, the sales start to diminish to two drinks per 2 hours (avg):
Code: Select all
$2,205.00 / 2 = $1,102.00So in 4 hours, the bar has earned $2,205.00 + $1,102.0 = $3,307.00 from 7pm to 11pm
Now add in the 1102 again for the next two hours ...
So, in 6 hours, the bar has earned $2,205.00 + $1,102.0 + $1,102.0 = $4,409.00 from 7pm to 1:00am
--------------
Now lets pay the 4 waitresses and two bartenders , the two bouncers and the doorman ...an the band that busted their asses all night for the animal kingdom...
Code: Select all
@ 7.25/hr (I'm guessing here) * 6 * 4 = - $174.00 Waitresses
@ 7.25/hr (I'm guessing here) * 6 * 2 = - $130.00 Doorman & Bouncers
@10.00/hr (again, guessing here) * 6 * 2 = $120.00 Bartenders
@25.00/Hr (based on 600.00) * 6 * 4 = $600.00 Band
So far, the bar still walks away with over 3K
What I am cluelesss about here is the COD for Beer deliverys etc... Feel free to jump in here...





