0.06 cubic metres.
You indicate that M is "more than" or "less than" with the symbols < and >. So if M is less than -3, you write M<-3. If M is more than -3, you write M>-3. But the question wants an answer that is equal to or more than -3. This symbol is not on my keyboard but looks like > with an underline. ----
it depends on what m is.
If m equals 3 then m to the 6th power (m6) equals 36 or 3 x 3 x 3 or 27
2*M+3
You can write 3m3
m5/m3 = m2
would it be a little m with a line over it.
It is: 4.501*10^3 m
m3*m5 = m3+5 = m8
#include<iostream.h> #include<conio.h> #include<math.h> void main() { clrscr(); int m=3,n=2; int a; a=pow(m,n); cout<<a; getch(); }
m3*m5 = m3+5 = m8
m^4 x m^3 = m^7Using a numerical example, 2^4 x 2^3 = 16 x 8 = 128 = 2^7