Answer:
30 students
Step-by-step explanation:
The problem above can be solved using a Venn diagram :
Using the information given :
The number of students competing :
Band and chorus only (BnC) only = 5 - 4 = 1
Band and Orchestra (BnO) only = 6 - 4 = 2
Chorus and Orchestra (CnO) only = 7-4 = 3
Chorus only (C) = 13 - (1+4+3) = 5
Band only (B) = 14 - (1+4+2) = 7
Orchestra only (O) = 17 - (2+4+3) = 8
The Total Number of Bayview students who competed :
(8+7+5+3+2+1+4) = 30
Answer and explanation:
Geometary software is merely a software implementation of solving the area of a triangle. Therefore geometry software employs all the methods used in coordinate algebra(manual) albeit behind the scenes, in the console of the software, and just displays the area in the screen after solving. While geometry software displays the area using automated methods in code, coordinate algebra solves area of the triangle manually using several steps. In both cases, we observe that algebra is required to solve area of the triangle as it is part of the algorithm used in the code for the geometry software. Also being able to use the geometry software requires that one understand coordinate algebra to be able to plot lines, points and planes at the correct locations on the screen and get desired result.
3 to the power of 4 is 81
vertex = (10, - 8)
the equation of a parabola in vertex form is
y = a(x - h)² + k
where (h, k) are the coordinates of the vertex and a is a multiplier
f(x) = (x - 10)² - 8 is in this form with (h, k) = (10, - 8) ← vertex