Hi friend,
Converting mixed numbers to fractions<span>, our initial equation becomes,
</span>
11/4 x 11/6
Applying the fractions formula for multiplication<span>,
</span>
11 x 11 --> 121
-----
4 x 6 ------> 24
Simplifying 121/24<span>, the answer is:</span>
5 1/24
Hope this helped
Substitute 1 for x in each of your equations.
f(x)=7-3x
which is
f(1)=7-3(1)
=3
Do the same for g(x)
g(x)=3x-7
which is
g(1)=3(1)-7
=-4
Then subtract g(x) from f(x):
3-(-4)
=7
:)
Explicit Formula
Just in case you don't know what this is, the explicit formula is the formula that solves for any term in the series without necessarily knowing what came before the term you are solving.
<em><u>Givens</u></em>
d = t_(n + 1) - t_n You can take any term and the next term for this part of the formula
d = t_3 - t_2
t_3 = 1
t_2 = -7
d = 1 - - 7 = 8
a = -15
<em><u>Formula</u></em>
t_n = a + (n - 1)*d
t_n = -15 + (n - 1)*8
For example find the 5th term.
t_5 = - 15 + (5 - 1)*8
t_5 = - 15 + 4 *8
t_5 = -15 + 32
t_5 = 17 Which is what you have.
Recursive Formula
Computers really like this formula. They use it in what is called a subroutine and they pass values from one part of the program to a subroutine which evaluates the given and sends the result back. I'm telling you all this so you see why you are doing it. The disadvantage of it for humans is that you must know the preceding term to use the recursive formula.
<em><u>Formula</u></em>
t_n = t_(n - 1) + d
<em><u>Example</u></em>
t_6 = t_(6 - 1) + d
t_6 = t_5 + 8
t_6 = 17 + 8
t_6 = 25
You can check this by using the explicit formula.
Answer
A 64
Step-by-step explanation:
you first multiply 8 times 8 .witch i got 64 so the height is 64
You have two unknown rates, so we need to develop two equations to solve for these unknowns (based on the information given on the problem statement):
5x + 10y = 725
x + y = 100
By substitution, we get:
5x + 10(100 - x) = 725
5x + 1000 - 10x = 725
-5x = 725 - 1000
-5x = -275
x = -275/-5 = 55
100 - 55 = 45
Thus:
The mechanic who worked for 5 hours charged his time at $55/hr, and the mechanic who worked for 10 hours charged his time at $45/hr.
To verify, plug and chug the results back into the original equations:
5(55) + 10(45) = 725
275 + 450 = 725
725 = 725 [OK]
55 + 45 = 100 [OK]