#include
int main()
{
int num;
scanf("%d", &num);
printf("%d", num*num);
return 0;
}
Answer:3/4
Step-by-step explanation:
Answer:
= -18/2.25
Step-by-step explanation:
We can find the slope by using the following
m = (y2-y1)/(x2-x1)
= (-12-6)/(3.75 - 1.5)
= -18/2.25
Answer:
Theres no diagram or drop down menu
lmk when you get it and i will help you
Step-by-step explanation:
Answer:
Step-by-step explanation:
x-intercept: Set y = 0 and solve for x:
0 = mx + b, or mx = -b, or x = -b/m. x-intercept is then (-b/m, 0)
y-intercept: Set x = 0 and solve for y: y = m(0) + b, or y = b. y-intercept is then
(0, b).