Answer:
the correct answer is 131
Step-by-step explanation:
5^3 +3(2)
= 125 +6
=131
Symmetrical functions can be about the x and y axis. Essentially, if we reflect the graph across the y or x axis, we get the same graph. Some other graphs can be reflected across both the x and y axis at the same time and be symmetrical. These can be classified as odd and even functions. You can test this by replacing x and y with -x and -y and simplify the equation. If the results comes out to be the same as the original, it is symmetrical across the origin.
Best of Luck!
Step-by-step explanation:
To find the y-coordinate points we need to evaluate the function for all the
values in the table. In other words, we need to replace
with each value in our given function and simplify.
- For x = 0





Since
and
, our first point is (0, -1)
- For x = 1





Our second point is (1, -4)
- For x = 2




Our third point is (2, -5)
- For x = 3





Our fourth point is (3, -4)
- For x = 4





Our fifth point is (4, -1)
Now we just need to plot each point in our coordinate plane and join them with the parabola as you can see in the attached picture.
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 
<em>Absolute value represents distance from zero on a number line.</em>
<em>-7 and 7 are the same distance away from zero, 7 units.</em>
<em>To visualize this, take a look at the image I have made below.</em>