subject
Mathematics, 30.07.2020 02:01 cjs39

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*frac t),cos(2*pi*fract))..ctr+(sin(pi*fr act),cos(pi*fract))..cycle);
draw(s);
fill(s, yellow);
for(int i=0;i draw((ctr+(sin(2*pi*i/slices),cos(2 *pi*i/slices))--ctr),red+0.75);
};
label(lbl, ctr+(0,-1),S);
}
pie((0,0),0.25,0,"");
[/asy]
If Larry eats the slices in order from the largest to the smallest, then the number of degrees spanned by a slice decreases at a constant rate. (So the second slice is smaller than the first by a certain number of degrees, then the third slice is smaller than the second slice by that same number of degrees, and so on.)

What is the degree measure of the fifth slice Larry eats? (With an explanation)

ansver
Answers: 1

Another question on Mathematics

question
Mathematics, 21.06.2019 13:00
Barbara's piano instructors house is 7 1/8 miles from her house. after biking for 1 3/4 miles she stops to rest how much longer does she need to bike to reach her instructor's house
Answers: 1
question
Mathematics, 21.06.2019 21:40
Atransformation t : (x,y) (x-5,y +3) the image of a(2,-1) is
Answers: 1
question
Mathematics, 21.06.2019 23:30
Maren is buying carpet for her rectangular living room. the room is 4.8 yards wide and 5.2 yards long. how much carpet does she need to buy? enter your answer as a decimal in the box. yd2
Answers: 1
question
Mathematics, 22.06.2019 01:30
Sara is flying a kite at the park. the angle of elevation from sara to kite in the sky is 53Β° and the length of the string is 32 feet. of sara is 5 feet tall how far off the ground is the kite
Answers: 1
You know the right answer?
A pizza is cut into six unequal slices (each cut starts at the center). The largest slice measures $...
Questions
Questions on the website: 13722367