Answer:
Line AB
Step-by-step explanation:
The line is on crosses thru the exact points so its right.
14/15 - 5/12
Common denominator is 60.
56/60 - 25/60
= 31/60 as fraction.
= 0.516 as decimal.
Answer:
x=9
Step-by-step explanation:
We cross multiply to get 4x=36. Divide both sides by 4 to get x = 9.
Hope it helped :)
#include
int main()
{
int num;
scanf("%d", &num);
printf("%d", num*num);
return 0;
}