1.var circumference = diameter * Math.PI; 2. var chance = Math.floor((Math.random() * 20) + 1); 3.var maxWidth =Math.max(a,b,c);