Let's say our first integer is "a".
how to get the next consecutive EVEN integer? well, just add or subtract 2 from it, therefore, the second consecutive integer will be "a + 2".
and the next after that, will then be (a + 2) + 2, or "a + 4".
so those are are 3 integers, a a + 2 a+4
notice that, from any even or odd integer, if you hop twice either forwards or backwards, you'll land on another even or odd integer respectively.
2 + 2 is 4, or 8 + 2 is 10 some even ones
3 + 2 is 5, or 13 + 2 is 15, some odd ones
![\bf \stackrel{\textit{3 times the first}}{3a}~~=~~\stackrel{\textit{26 less than twice the sum of the others}}{2[~(a+2)+(a+4)~]~~~-26} \\\\\\ 3a=2[~2a+6~]-26\implies 3a=4a+12-26\implies 3a=4a-14 \\\\\\ 0=a-14\implies 14=a](https://tex.z-dn.net/?f=%5Cbf%20%5Cstackrel%7B%5Ctextit%7B3%20times%20the%20first%7D%7D%7B3a%7D~~%3D~~%5Cstackrel%7B%5Ctextit%7B26%20less%20than%20twice%20the%20sum%20of%20the%20others%7D%7D%7B2%5B~%28a%2B2%29%2B%28a%2B4%29~%5D~~~-26%7D%0A%5C%5C%5C%5C%5C%5C%0A3a%3D2%5B~2a%2B6~%5D-26%5Cimplies%203a%3D4a%2B12-26%5Cimplies%203a%3D4a-14%0A%5C%5C%5C%5C%5C%5C%0A0%3Da-14%5Cimplies%2014%3Da)
what are the other two consecutive integers? well, a + 2 and a + 4.
Answer:
20% alcohol = 1 gal
10% alcohol = 9 gal
Step-by-step explanation:
Let
x = 20% alcohol
y = 10% alcohol
x + y = 10 (1)
0.20x + 0.10y = 10*0.11
0.20x + 0.10y = 1.1 (2)
From (1)
x = 10 - y
Substitute x = 10 - y into (2)
0.20x + 0.10y = 1.1
0.20(10 - y) + 0.10y = 1.1
2 - 0.20y + 0.10y = 1.1
- 0.20y + 0.10y = 1.1 - 2
-0.10y = -0.9
y = -0.9/-0.10
y = 9 gal
substitute y = 9 into (1)
x + y = 10
x + 9 = 10
x = 10 - 9
x = 1 gal
20% alcohol = 1 gal
10% alcohol = 9 gal
Answer:
A piecewise function.
Step-by-step explanation:
The problem you showed is a <em>piecewise function.</em>
In this problem, you have to plug in 3 for the value x.
However, if you take a look at the conditions that value x has, it never says that x can equal 3. <em>Thus, this function cannot be true.</em>
<em>Way to check this input is undefined: </em>
Plug in 3 for the variable x. On the first function, your output will be 4. On the second function, your output will be 8.
According to the definition of a function, a function can have many inputs but only one output. In this case, this function has one input, that is 3, but produces two outputs.
Answer:
Length
inches
Width
inches
Step-by-step explanation:
Let
= length of rectangle,
= width of rectangle
Given the area and the perimeter of the rectangle, we can write:

So:



Now, we can use substitution to find the value of
:



(Quadratic equation)
∴ 
We can use substitution again to find the value of 



∵ Length usually refers to the longer side of a rectangle, ∴ length
inches and width
inches.
Hope this helps :)