Answer:
First and last one
Step-by-step explanation:
You have to use Pythagoras. Square the first two numbers (smallest) and then add them together. Square root the answer and if it gives you the largest number in the set, it‘s right
Hope this helps!
anymore questions let me know :)
Answer:
f = 3
Step-by-step explanation:
7f + 6 = 27 ( subtract 6 from both sides )
7f = 21 ( divide both sides by 7 )
f = 3
Answer:
In the triangular prism calculator you can easily find out the volume of that solid. A general formula is volume = length * base_area; the one parameter you always need to have given is the prism length, and there are four ways to calculate the base - triangle area. Our triangular prism calculator has all of them implemented, isn't it awesome?
The specific formulas look as follows:
Length * Triangular base area given triangle base and height
It's this well-known formula mentioned before:
volume = length * 0.5 * b * h
Length * Triangular base area given three sides (SSS)
If you know the lengths of all sides, use the Heron's formula to find the area of triangular base:
volume = length * 0.25 * √( (a + b + c) * (-a + b + c) * (a - b + c) * (a + b - c) )
Length * Triangular base area given two sides and the angle between them (SAS)
You can calculate area of a triangle easily from trigonometry:
volume = length * 0.5 * a * b * sin(γ)
Length * Triangular base area given two angles and a side between them (ASA)
You can calculate that using trigonometry:
volume = = length * a² * sin(β) * sin(γ) / (2 * sin(β + γ))
Step-by-step explanation: