1 2 3 4 5 6 7 8 9 10 11
//problem 13 pagenumber 4.43 //given n=12; r=1/(2^n-1);format(6); r=r*100; disp('Resolution in percent = '+string(r)+'%');