Answer:
7.) 16.7
Step-by-step explanation:
7). First you have to find the length of the line with the triangle that is at a 90 angle with the longest side of the triangle
Using the pythagrorem theorem a² + b² = c²
4² + b² = 5²
b² = 5² - 4²
b² = 25 - 16
b² = 9
√b² =√9
b = 3
next you do the same thing to find the missing segment of the longest side
3² + b² = 13²
b² = 169 - 9
b² = 160
b = √160 or ≈ 12.7
12.7 + 4 = 16.7
so 16.7 is the length of that side
Answer...to finding the volume of the rectangular prism.....27 3/8 because volume=Length multiplied by Height multiplied by width on cubes and rectangular prism
What language are you writing this in? C? Javascript? Java? Are you allow to have parameters?
The general idea should be the same. Since 1 dollar = 100 pennies, we should write something like...
Java:
public static double numberofpennies(double dollars, double penny) {
double sum = 0;
// The amount of pennies that dollar represents
double converted = dollars * 100.0;
sum = converted + penny;
return sum;
}
Note: You should probably place this question under the category computer and technology instead of math. Also, this is just an example of what you could possibly write. What parameters you are allowed to use, what type (double? int? etc?) of pennies are you allowed to return, etc. depends on how you write it.
This answer beat destines how to creat a fraction bar 3/4