7 X 8/10=5.6 Provided the / meaning division.
Answer:B
Step-by-step explanation:
The answer is B. h + (h - 1.5) =25
You can use the Pythagorean Theorem to find the length of the third side AB (Identified as "x" in the figure attached in the problem), which says that in a right angled triangle, the square of the hypotenuse is equal to the sum of the squares of the legs:
a² = b²+c²
As we can see the figure, the triangle does not have an angle of 90°, but it can be divided into two equal parts, leaving two triangles with a right angle. We already have the values of the hypotenuse and a leg in triangle "A" , so we can find the value of the other leg:
b = √(a²-c²) b = √(10²-4²) b = 9.16
With these values, we can find the hypotenuse in the triangle "B": x = √b²+c² x = √(9.16)²+(4)² x = 10
The piecewise function that models the scenario is:
c(x) = $3.75*x + $5 if x < 6
c(x) = $3.25*x + $5 if x ≥ 6.
<h3>
How to write a piecewise function?</h3>
A piecewise function is a function that behaves differently in different intervals of the domain, like this one, where the cost per box changes depending on the number of box.
The function in this case, if we define x as the number of boxes bought, is:
- c(x) = $3.75*x + $5 if x < 6
- c(x) = $3.25*x + $5 if x ≥ 6.
Where the cost per box changes for x equal or larger than 6.
If you want to learn more about piecewise functions, you can read:
brainly.com/question/3628123