answersLogoWhite

0


Best Answer

0.05

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the greatest possible error for 14.16 m?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

WHAT IS THE GREATEST POSSIBLE ERROR IN 18.3 m?

0.05 metres.


How do you find greatest possible error for measurement of 18.9 m?

Assuming the number is written to its greatest precision, it will be half of the place of the last digit. Since the 9 is in the tenths place, the greatest possible error is ±0.5*a tenth = ±0.05 metres.


How do you find greatest possible error for measurement of 18.3 m?

It is half the place value of the last digit that is given. In this case, it is + or -0.05m = + or - 5 cm.


What is the great possible error for 19.2 m?

0.05


Which is greater 4.247 m or 4.25 m.?

4.25 m is the greatest


How do you create the logical error in c?

It is not clear what do you mean by 'logical error', but perhaps an example will help: int main (void) { FILE *f= fopen ("foobar.txt", "r"); if (f) printf ("couldn't open foobar.txt for reading"); fclose (f); } corrected version: int main (void) { FILE *f= fopen ("foobar.txt", "r"); if (f==NULL) { printf ("couldn't open foobar.txt for reading"); return 0; } fclose (f); } Logical error can be generated by using the #error directive. This directive doesn't allows the program to run, in certain conditions. An error message has been generated by the compiler because of this preprocessor directive. e.g. #define M 10 #if M!=10 #error M must be 10 #endif in this case no error mesage will be generated because M is equal to 10 #define M 11 #if M!=10 #error M must be 10 #endif in this case, as M is not equal to 10 error message will be generated by the compiler and the message will be M must be 10.


If error in the measurement of momentum of a particle is 100 percent then the error in the measurement of kinetic energy is what?

p=mv %errror in p= %error in m+%error in v lowest value of m=0 hence %error in velocity=100% k.e=%error in mass=2*%error in velocity K.E=200% similarly K.Eminimun=100% total error in K.E = 100+200 =300 hence error in ke = 300%


What noun is max?

The noun 'max' (lower case m) is an informal word for 'maximum', the greatest possible amount or degree. The noun 'Max' (upper case M) is the name of a person, a proper noun, often a shortened form of 'Maximilian'.


What is greatest height?

Mount Blanc, 4807 m


How do you factor out the greatest common factor of 12 m plus 60?

12(m + 5)


What is the greatest common factor of 18m2 and 7m?

The GCF is m


How many super keys are possible in DBMS having m attributes?

In dbms with m attributes 2^m-1 keys are possible. BY-ROHIT