//Chapter 11 //Example 11_22 //Page 297 clear;clc; q=1; p=3*q; ll=2*500; d=q/(p+q)*ll; printf("Distance of the fault point from test end = %.0f m \n\n", d);