Answer:
No.
Step-by-step explanation:
If something is <em>less</em> than 5, no, however if something is less than or equal to (≤ sign), then yes.
Need more info. What are you trying to look for?
Answer:
f(1) = -3 f(n) = 2 f(n - 1) + 1 f(2)
Alternate form:
{f(n) = -f(1)/3, f(n - 1) = f(1)/2 - f(2)/2}
Answer:
System of equations:
L = 5W + 7
2W + 2L = P
L = 62 cm
W = 11 cm
Step-by-step explanation:
Given the measurements and key words/phrases in the problem, we can set up two different equations that can be used to find both variables, length and width, of the rectangle.
The formula for perimeter of a rectangle is: 2W + 2L = P, where W = width and L = length. We also know that the L is '7 more than five times its width'. This can be written as: L = 5W + 7. Using this expression for the value of 'L', we can use the formula for perimeter and solve for width:
2W + 2(5W + 7) = 146
Distribute: 2W + 10W + 14 = 146
Combine like terms: 12W + 14 = 146
Subtract 14 from both sides: 12W + 14 - 14 = 146 - 14 or 12W = 132
Divide 12 by both sides: 12W/12 = 132/12 or W = 11
Put '11' in for W in the equation for 'L': L = 5(11) + 7 or L = 55 + 7 = 62.
Answer:
7x³ + 9x² - 3x - 8
Step-by-step explanation:
4x³ + 6x² + 2x - 3 + 3x³ + 3x² - 5x - 5 ← collect like terms
= 7x³ + 9x² - 3x - 8