Ask Question
8 September, 02:17

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

+2
Answers (1)
  1. 8 September, 02:34
    -1
    42 would be the answer for the question.
Know the Answer?
Not Sure About the Answer?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers