blob: 1234ad73d3e9188f97a13c8b759a1462ef0ef7f9 (
plain)
1
2
3
4
5
6
7
|
clc;
// page no 676
// prob no 18_1
//Transmitter and receiver have same height at dist 40km
d=40;//dist is 40 km
h=(d^2)/68;// As d=sqrt(17h)+sqrt(17h)
disp('m',h,'The height of each tower must be at least')l;
|