Mathematics
Mathematics, 28.11.2021 05:40, xxcynthistxx

Each of these circles represents a pizza cut into 10 equal slices, and the yellow slices are the ones eaten by Larry. If Larry ate $L\%$ of the total amount of pizzas, what is the value of $L$?

[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),1/10,10,"");
pie((2.5,0),6/10,10,"");
pie((5,0),2/10,10,"");
[/asy]

answer
Answers: 2

Other questions on the subject: Mathematics

image
Mathematics, 21.06.2019 12:30, hannahgracew12
Matteo makes raspberry punch. the table shows how many parts ginger ale and raspberry juice to use for a batch. raspberry punch parts ginger ale 2 parts raspberry juice 3 matteo decides to add one part of raspberry juice. what is the new ratio of ginger ale to raspberry juice?
Answers: 1
image
Mathematics, 21.06.2019 19:00, kadams3836
The length of a rectangular piece of land is 92 yards more than three times its width. the perimeter is 760 yards. find its dimensions.
Answers: 1
image
Mathematics, 21.06.2019 19:30, tsmalls70988
What is the image of c for a 90° counterclockwise rotation about a? (3, 7) (-1, 3) (7, 3)
Answers: 1
image
Mathematics, 21.06.2019 20:30, kevinseven23
Write the summation to estimate the area under the curve y = 1 + x2 from x = -1 to x = 2 using 3 rectangles and right endpoints
Answers: 1
Do you know the correct answer?
Each of these circles represents a pizza cut into 10 equal slices, and the yellow slices are the one...

Questions in other subjects:

Konu
Mathematics, 23.03.2020 20:29