Answer: 1,2,4
Step-by-step explanation:
Answer: You will have points plotted at +3 on the y axis, and +3 on the x axis.
The attachment shows what your graph should look like.
Step-by-step explanation:
The intercept is where the graphed line crosses an axis.
To find the y-intercept, substitute 0 for x and solve for y:
0 + y = 3. Subtracting 0, you have y = 3
So you can plot a point at +3 on the y axis.
To find the x- intercept, substitute 0 for y, and solve for x
x + 0 = 3 Again, subtracting 0, x = 3
So plot a point on the x-axis at +3
Use the line tool to connect the two points.
The conditional statement is
if x < y:
result = x * 5
<h3>How to write the if/else statement as the conditional expression that performs the same option?</h3>
The statement is given as:
result = x < y ? x * 5
The above means that,
the variable result is assigned x * 5 if x < y
So, the conditional statement is
if x < y:
result = x * 5
Read more about conditional statement at
brainly.com/question/11073037
#SPJ4