There are 7 chairs in each row length.
Step-by-step explanation:
Let number of chairs in 1 row be 'x'.
Let total number of chairs be 'y'.
Given:
Hue can form 6 rows of a given length with 3 chairs left over.
It means that Total number of chairs is equal to chairs in 1 rows multiplied by number of rows which is 6 plus number of chairs which is left which is 3.
Framing in equation form we get.
Also Given:
Hue can form 8 rows of that same length if she gets 11 more chairs.
It means that Total number of chairs is equal to chairs in 1 rows multiplied by number of rows which is 8 minus number of chairs which is required more which is 11.
Framing in equation form we get.
From equation 1 and equation 2 we can say that L.H.S is same.
So according to law of transitivity we get;
Combining like terms we get;
Using Subtraction and Addition property we get;
Now Using Division Property we will divide both side by 2.
Hence there are 7 chairs in each row length.
Answer:
C
Step-by-step explanation:
To find the appropriate equation, notice the red graph has shifted up about 6 units. This means that which is shifted by -3 will move 6 up. -3+6= 3. This means the function will have +3. Only B and C are options. Now test a point. Notice the red function crosses the y-axis at about 5 or 6 when x=0.
This function doesn't match.
This function matches. Option C is correct.
Answer:
2625 cubic meters
Step-by-step explanation:
the volume of a rectangle is V = length x width x height (depth in this case)
so, 50m x 30m x 1.75m = 2625m^3
Answer:
y = -x + 2
Step-by-step explanation:
We are asked to find the equation of a line
Step 1: find the slope
We are given two points
( 2 , 0) ( 6 , -4)
m = (y_2 - y_1 )/ (x_2 - x_1)
x_1 = 2
y_1 = 0
x_2 = 6
y_2 = -4
Insert the values
m = ( -4 - 0) / ( 6 - 2)
m = -4 / 4
m = -1
Step 2 : substitute m into the equation
y = mx + c
y = -1x + c
Step 3: substitute any of the two points into the equation
Let's pick ( 6 , -4)
x = 6
y = -4
y = mx + c
y = -1x + c
-4 = -1(6) + c
-4 = -6 + c
c = -4 + 6
c = 2
Step 4: substitute c = 2 into the equation
y = mx + c
y = -x + c
y = -x + 2