Ask Question
8 February, 11:35

A pizza is cut into six unequal slices (each cut starts at the center). The largest slice measures $90$ degrees: [asy] unitsize (0.35inch); defaultpen (black+1); void pie (pair ctr, real fract, int slices, string lbl) { path c = circle (ctr, 1); draw (c); fill (c, darkblue); path s = (ctr + (0,1) - -ctr--ctr + (sin (2*pi*fract), cos (2*pi*fract)) ... Ctr + (sin (pi*fract), cos (pi*fract)) ... Cycle); draw (s); fill (s, yellow); for (int i=0; i

+4
Answers (1)
  1. 8 February, 11:59
    0
    42 would be the answer for the question.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “A pizza is cut into six unequal slices (each cut starts at the center). The largest slice measures $90$ degrees: [asy] unitsize (0.35inch); ...” in 📗 Mathematics if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers