Dear Ffw299, we can find the circumference of a dime using the formula C=2πr. 2x3.14x8.5=59.5 millimeters in circumference.
Answer:
1.5
Step-by-step explanation:
-2,-1,0,1,2,3,4,5
Le quitamos un número hasta llegar al medio. En el medio hay dos números, el 1 y el 2. Pues tenemos que buscar el promedio de los dos (1+2=3 y 3÷2=1.5).
#include
int main()
{
int num;
scanf("%d", &num);
printf("%d", num*num);
return 0;
}
Answer:
7x + 6 = 6x - 3
Step-by-step explanation:
2(x+3) + 5x = 3(2x-1)
Distribute
2x + 6 + 5x = 6x - 3
Combine like terms
7x + 6 = 6x - 3
hope this helps