Answer:
?
Step-by-step explanation:
?
Answer:
84 pies
Step-by-step explanation:
if you multiply 42 pounds by4 pecks. You get 168 pounds. and then you divide that by 2 and you can make 84 pies
Answer:
- <em>convert </em>the mixed fractions to improper fractions (where the numerator is greater than or equal to the denominator): multiply the whole number part by the fraction's denominator, add that to the numerator, write the result on top of the denominator.
- if the denominators are not the same, work out the common denominator and <em>rewrite </em>the fractions with the same denominators
- subtract by subtracting the numerators and writing the result over the denominator
- convert back to mixed fractions by dividing the numerator by the denominator, write down the whole number answer, write down the remainder above the denominator.
Example

convert to improper fractions:

common denominator = 3 × 5 = 15, so:

subtract:

convert back to mixed fractions:

Answer:
y=x-6
Step-by-step explanation:
The x-intercept is found replacing y = 0, as follows:
<u>Function:</u> y = -3x + 8
x-intercept:
0 = -3x + 8
3x = 8
x = 8/3
<u>Function</u>: y = -3x + 6
x-intercept:
0 = -3x + 6
3x = 6
x = 6/3 = 2
<u>Function</u>: y = -x - 8
x-intercept:
0 = -x - 8
x = -8
<u>Function</u>: y = x - 6
x-intercept:
0 = x - 6
x = 6
The last option is the only one in which x-intercept is x = 6.
Take the vector u = <ux, uy> = <4, 3>.
Find the magnitude of u:
||u|| = sqrt[ (ux)^2 + (uy)^2]
||u|| = sqrt[ 4^2 + 3^2 ]
||u|| = sqrt[ 16 + 9 ]
||u|| = sqrt[ 25 ]
||u|| = 5
To find the unit vector in the direction of u, and also with the same sign, just divide each coordinate of u by ||u||. So the vector you are looking for is
u/||u||
u * (1/||u||)
= <4, 3> * (1/5)
= <4/5, 3/5>
and there it is.
Writing it in component form:
= (4/5) * i + (3/5) * j
I hope this helps. =)