InterviewSolution
Saved Bookmarks
| 1. |
A Student Multiplied A Number By 3/5 Instead Of 5/3. What Is The Percentage Error In The Calculation? |
|
Answer» LET the number be x. Then, ERROR = x*5/3 - x*3/5 = x * 16/15 So Error% = ( x*16/15 * 3/5x * 100)% = 64%. Let the number be x. Then, error = x*5/3 - x*3/5 = x * 16/15 So Error% = ( x*16/15 * 3/5x * 100)% = 64%. |
|