
Patrick B. answered 08/01/20
Math and computer tutor/teacher
absolute : absolute value of [ (ACTUAL - Approximate)/Approximate ]* 100%
relative: absolute value of [ (ACTUAL - Approximate)/Actual ]* 100%
Ex.
12*11 = 132 is the actual product
10*10 =100 is the approximate estimate
absolute error = | (132-100)/100 | * 100% = 32/100 *100% = 32%
relative error = | (132-100)/132 | * 100% = 32/132 *100% = 24.24%
Ashley P.
Here, the approximate values are not given, only the actuals. How do we do this then?08/02/20