Answer:
if you put 4.25 on a number line then the OPPOSITE of that would be going across the 0 on the number line so the answer -4.25
Step-by-step explanation:
if the number is negative its opposite is that number but positive and the same thing if the number is positive its opposite is a negative
There are 20 boys in the class. The ratio is 4:3 so that means 4 out of 7 are boys and 3 out of 7 are girls. Divide 35 by 7 and you get 5. 5 times 4 is 20. 5 times 3 is 15. add them together and you have 35 students in total. So 20 students are boys and 15 students are girls.
#include
int main()
{
int num;
scanf("%d", &num);
printf("%d", num*num);
return 0;
}
Answer:
Exponential transformation.
Step-by-step explanation:
y = log_3 (x + 3) - 2
To transform this into exponential, we have:
Adding 2 to both sides
y + 2 = log_3 (x + 3)
3^(y + 2) = x + 3
x = 3^(y + 2) - 3