Answer:
The answer to your question is: V = 12 + 5n
Step-by-step explanation:
Data
Video games right now = 12
She purchases 5 video games each month
Equation = ?
# of video games in n month = V
Process
- Consider the initial amount of video games
V = 12
- Now, consider the number of video games the buys each month and the months
5n
- Finally, join both terms
V = 12 + 5n
B
Because the its follows the pattern also b isn’t negative
Answer:
37.5
Step-by-step explanation:
Selling price= 750
Sales tax= 5%
5/100 because we are looking for 5% ot of 100%
750*0.05
Answer:
Recursive algorithms call itself with simpler or smaller input values. They can be used to solve large problems by using the solutions to minor parts of the problem, these minor problems are then further broken down to solvable cases.
Given the input as a sequence;
max(
if
return 
else

if
>
return 
else return 
Answer:
For 2a, by it's angles the triangle is classified as an acute triangle. By it's sides it's classified as isosceles triangle.
For 2b, by its angles the triangle is classified as a right triangle. By its sides it's classified as an... (not too sure about that because there's no info about the sides)... probably a 3,4,5 triangle.