A restaurant recorded how many tacos were included in each order. This data is summarized in the histogram below. (Note: The last class actually represents "7 or more tacos," not just 7 tacos.)

[Graphs generated by this script: setBorder(54,40,20,5); initPicture(0,7.5,0,12);axes(1000,2,1,1000,2); fill="blue"; stroke="black";line([1,-0.24],[1,0.24]); text([1,0],"1","below");line([2,-0.24],[2,0.24]); text([2,0],"2","below");line([3,-0.24],[3,0.24]); text([3,0],"3","below");line([4,-0.24],[4,0.24]); text([4,0],"4","below");line([5,-0.24],[5,0.24]); text([5,0],"5","below");line([6,-0.24],[6,0.24]); text([6,0],"6","below");line([7,-0.24],[7,0.24]); text([7,0],"7","below");line([8,-0.24],[8,0.24]); text([8,0],"8","below");textabs([165,0],"number of tacos","above");textabs([0,115],"Frequency","right",90);rect([0.5,0],[1.5,5]);rect([1.5,0],[2.5,8]);rect([2.5,0],[3.5,11]);rect([3.5,0],[4.5,12]);rect([4.5,0],[5.5,5]);rect([5.5,0],[6.5,7]);rect([6.5,0],[7.5,6]);]

What is the frequency of times an order included at least 1 taco?

ans =