subject
Mathematics, 05.05.2020 13:37 luiscortes011001

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?

ansver
Answers: 2

Another question on Mathematics

question
Mathematics, 21.06.2019 15:30
Find the vertex of the function given below y=x^2-6x+1
Answers: 2
question
Mathematics, 21.06.2019 20:30
At the "no mutants allowed" country farm, every sheep has 4 legs, every chicken has two legs, and all animals have only 1 head. asked to count how many sheep and chicken are in the fields, a farm boy reports back that there are 140 feet and 50 heads. how many sheep and chicken are there? there are sheep and chicken at the farm.
Answers: 1
question
Mathematics, 21.06.2019 21:00
Estimate the area under the curve f(x) = 16 - x^2 from x = 0 to x = 3 by using three inscribed (under the curve) rectangles. answer to the nearest integer.
Answers: 1
question
Mathematics, 21.06.2019 22:40
The value of x in this system of equations is 1. 3x + y = 9 y = –4x + 10 substitute the value of y in the first equation: combine like terms: apply the subtraction property of equality: apply the division property of equality: 3x + (–4x + 10) = 9 –x + 10 = 9 –x = –1 x = 1 what is the value of y?
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