A = l x w
so you know that the length is 3m longer than the width, so you could use a formula to represent that
w = l + 3
you then substitute the second equation into the first to solve for l
70 = l x (l +3)
70 = l^2 + 3l
you could then rearrange the formula and solve for l using the quadratic formula
0 = l^2 + 3l - 70
l = -3 +- (square root (3)^2 - 4(1)(70)) / 2(1)
l = -3 +- (square root 9 + 280) / 2
l = -3 +- (square root 289) / 2
l = -3 +- 17 / 2
then you solve for the two seperate roots
l = -3 + 17 /2
l = 14 / 2
l = 7
or
l = -3 - 17 / 2
l = -20 / 2
l = -10
since a length cannot be negative, this root is not viable. therefore l = 7
to solve for w you would use
w = l + 3
w = 7 + 3
w = 10
hope this helps! if you did not understand a step or concept please let me know!
Answer:
5
Step-by-step explanation:
Subtract the spent money to rent cost:
27-5.75=21.25
Divide the answer to the cost of each game:
21.25/4.25=5
he played 5 times.
The expression is 5-3L or five minus three L
Answer:
D ≈ 0.925926 g/cm³
Step-by-step explanation:
Density = Mass / Volume
Step 1: Define
M = 25 g
V = (3 cm)³ = 27 cm³
D = ?
Step 2: Substitute and Evaluate for Density
D = 25g / 27 cm³
D = 25/27 g/cm³
D ≈ 0.925926 g/cm³
Answer:
a rectangle is twice as long as it is wide . if both its dimensions are increased 4 m , its area is increaed by 88 m squared make a sketch and find its original dimensions of the original rectangle
Step-by-step explanation:
Let l = the original length of the original rectangle
Let w = the original width of the original rectangle
From the description of the problem, we can construct the following two equations
l=2*w (Equation #1)
(l+4)*(w+4)=l*w+88 (Equation #2)
Substitute equation #1 into equation #2
(2w+4)*(w+4)=(2w*w)+88
2w^2+4w+8w+16=2w^2+88
collect like terms on the same side of the equation
2w^2+2w^2 +12w+16-88=0
4w^2+12w-72=0
Since 4 is afactor of each term, divide both sides of the equation by 4
w^2+3w-18=0
The quadratic equation can be factored into (w+6)*(w-3)=0
Therefore w=-6 or w=3
w=-6 can be rejected because the length of a rectangle can't be negative so
w=3 and from equation #1 l=2*w=2*3=6
I hope that this helps. The difficult part of the problem probably was to construct equation #1 and to factor the equation after performing all of the arithmetic operations.