Answer:
5.3
Step-by-step explanation:
You use the Pythagoras theorem which is a^2+b^2=c^2.
Since you're solving for a side length that's not the hypotenuse you will manipulate the equation to c^2-a^2=b^2. From here you just plug in numbers.
8^2 - 6^2 = b^2
64 - 36 = b^2
b = sqrt(28)
b = 5.2915.... = 5.3
The absolute value of the number plotted on the number line is; 0.5
<h3>How to find Absolute Value?</h3>
The absolute value (or modulus) | x | of a real number x is the non-negative value of x without regard to its sign. For example, the absolute value of 5 is 5, and the absolute value of −5 is also 5. The absolute value of a number may be thought of as its distance from zero along real number line
Thus, if 0.5 is marked on the number line, from the given options, we can say that if we apply the definition above that |0.5| = 0.5
Read more about Absolute Value at; brainly.com/question/24368848
#SPJ1
Answer:
11
Step-by-step explanation:
The two equations appear to be ...
- 12x +4y = 152
- 32x +12y = 420
These can be solved for y using Cramer's rule:
y = (152(32) -420(12))/(4(32) -12(12)) = -176/-16 = 11
The cost of the vegetarian lunch is 11.
_____
<em>Comment on Cramer's Rule</em>
For equations ...
ax +by =c
dx +ey = f
The solutions are ...
x = (bf -ey)/(bd -ea)
y = (cd -fa)/(bd -ea) . . . . note the denominators are the same expression
Once you memorize the pattern of products, this can be the simplest way to solve a pair of equations--especially if you only need one of the variable values.