<h2><u>Given</u> :</h2>
The given equations are :


Let's solve for g in equation (2) :


now, let's plug value of g from equation (3) into equation (1) :





plugging value of b in equation (3) :



since " g " represents ground seats, number of ground seats :
=》396
And " b " represents balcony seat, therefore it is equal to :
=》312

I think its B
that's THINK i'm not completely sure
Answer:
The width of the rectangle is 75 meters and length is 480 meters.
Step-by-step explanation:
The perimeter of the rectangle = 1110 meters
Let the width of the rectangle = k meters
So,the length of the rectangle = 6k + 30
Now, PERIMETER OF A RECTANGLE = 2(LENGTH + WIDTH)
⇒ 1110 = 2( k + (6k + 30))
or, 1110 = 14 k + 60
or, 14 k = 1110 - 60 = 1050
⇒ k = 1050/14 = 75
Hence, the width of the rectangle is k = 75 meters
and the Length of the rectangle is 6k + 30 = 6(75) +30
= 480 meters
Answer:
y > -1/2 x + 4
Step-by-step explanation:
Equation of a line : (y-y1)/(y2-y1) = (x-x1)/(x2-x1)
(y-4)/(2-4)= (x-0)/(4-0)
(y-4)/-2 = x/4
(-y+4)/2 = x/4
-y+4 = 1/2 x
-y = 1/2 x - 4
y = -1/2 x + 4
the solutions of the inequality are the points above this line, so
y > -1/2 x + 4
Answer:
A
Step-by-step explanation:
The syntax is binomcdf(trials, probability, value). There are 100 trials, and the probability is 0.5. binomcdf will return the probability that there is at most n successes. So, in this case we want 45 or less successes, so n is 45. So, the answer is binomcdf(100, 0.5, 45).
Hope this makes sense! Please give brainliest!