simply :
![\sqrt{0.64} \sqrt{0.64}](https://tex.z-dn.net/?f=+%5Csqrt%7B0.64%7D+)
×
![\sqrt{100} \sqrt{100}](https://tex.z-dn.net/?f=+%5Csqrt%7B100%7D+)
Answers
Answered by
1
Answer:
its 8 .....................
Answered by
0
Answer:
documentclass[preview,border=12pt,12pt,varwidth]{standalone}% change this line to \documentclass{article} or whatever you want.
\begin{document}
\noindent
The square root of 100 is $\sqrt{100}=10$.
\\
But the cubic root of 64 is $\sqrt[3]{64}=4$.
\end{document}
enter image description here
Step-by-step explanation:
I hope this is helpful
Similar questions