Given a N quantity of numbers, the Geometric Mean is equal to the N-th root of product of the N numbers
In this case, we have two numbers, then we need to multiply them and take square root:
![\sqrt{40\cdot15}=\sqrt[]{600}=\sqrt[]{100\cdot6}=\sqrt[]{100}\cdot\sqrt[]{6}=10\sqrt[]{6}](https://tex.z-dn.net/?f=%5Csqrt%7B40%5Ccdot15%7D%3D%5Csqrt%5B%5D%7B600%7D%3D%5Csqrt%5B%5D%7B100%5Ccdot6%7D%3D%5Csqrt%5B%5D%7B100%7D%5Ccdot%5Csqrt%5B%5D%7B6%7D%3D10%5Csqrt%5B%5D%7B6%7D)
The answer is:
10√6
Rounded is Approximately 24.5
Sorry I can’t answer this right now but I’ll will answer later
Answer:
See attached
Step-by-step explanation:
When there is a lot of repetitive calculation to do, I like to let a spreadsheet or graphing calculator do it. The attached shows a spreadsheet that computes all the values you're asked to find.
For a linear equation in standard form, ax +by = c
- the x-intercept is: c/a
- the y-intercept is: c/b
- the slope is: m = -a/b
Of course, the slope-intercept form of the equation is ...
y = (slope)·x + (y-intercept)
and the values of the various points on the graph can be computed from that equation.
___
You will note that the last two equations describe the same line.
_____
<em>Note on spreadsheet formulas</em>
When you put the formulas into the spreadsheet, make sure to fix the column number or row number of the values you're computing, as appropriate. For example, the y-values in the different columns always use the slope from the slope column (fixed), the y-intercept from that column (fixed), and the x-value from the top row (fixed). If you make the cell references relative instead of fixed, you will get wrong answers.