There’s not actually a question. But I might be able to help if u show the full problem
Answer:
Dont need to worry
First, start off with the x-axis. -6.5, 1 becomes 6.5, 1. This is because point T is 6.5 to the left of the x-axis line, so our new point would be 6.5 to the right of the x-axis line. Same thing for the y-axis, (6.5, 1) would become (6.5, -1).
Since Bryan spent $15.50 less than Sarah, you would start by dividing the total amount they spent together in half.
$47.50 ÷ 2 = $23.75
Then you would take Bryan's 1/2 of the total and subtract $15.50.
$23.75 - $15.50 = $8.25
So, it looks like Bryan spent $8.25.
Check step:
If you add it all back together:
Sarah + Sarah Bryan = Total
$23.75 + $15.50 + $8.25 = $47.50
Answer:
Step-by-step explanation:
Here are the 3 answers you needed :)!!!
This is always ''interesting'' If you see an absolute value, you always need to deal with when it is zero:
(x-4)=0 ===> x=4,
so that now you have to plot 2 functions!
For x<= 4: what's inside the absolute value (x-4) is negative, right?, then let's make it +, by multiplying by -1:
|x-4| = -(x-4)=4-x
Then:
for x<=4, y = -x+4-7 = -x-3
for x=>4, (x-4) is positive, so no changes:
y= x-4-7 = x-11,
Now plot both lines. Pick up some x that are 4 or less, for y = -x-3, and some points that are 4 or greater, for y=x-11
In fact, only two points are necessary to draw a line, right? So if you want to go full speed, choose:
x=4 and x= 3 for y=-x-3
And just x=5 for y=x-11
The reason is that the absolute value is continuous, so x=4 works for both:
x=4===> y=-4-3 = -7
x==4 ====> y = 4-11=-7!
abs() usually have a cusp int he point where it is =0
Hope it helps, despite being this long!