subject
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]

ansver
Answers: 2

Another question on Mathematics

question
Mathematics, 21.06.2019 18:00
Clara schumann is buying bagels for her coworkers, she buys a dozen bagels priced at $5.49 a dozen. the bakery's cost for making the bagels is $2.25 per dozen. what is the markup rate based on selling price on a dozen bagels?
Answers: 1
question
Mathematics, 21.06.2019 18:00
Oscar and julie ashton are celebrating their 15th anniversary by having a reception hall. they have budgeted $4,500 for their reception. if the reception hall charges a $90 cleanup fee plus & 36 per person, find the greatest number of people that they may invite and still stay within their budget.
Answers: 1
question
Mathematics, 21.06.2019 19:30
Which graph represents the equation y =4x
Answers: 1
question
Mathematics, 21.06.2019 20:00
Aclothing store has the sign shown in the shop window. pani sees the sign and wants to buy 3 shirts and 2 pairs of jeans. the cost of each shirt before the discount is $12, and the cost of each pair of jeans is $19 before the discount. write and simplify an expression to find the amount pani pays if a $3 discount is applied to her total
Answers: 2
You know the right answer?
Each of these circles represents a pizza cut into 10 equal slices, and the yellow slices are the one...
Questions
Questions on the website: 13722359