Answer:
5:1
Step-by-step explanation:
Originally the ratio is 20:4
but then it is simplified to 10:2
then 5:1
Answer:
Step-by-step explanation:
A recipe uses 214 cups of flour for a batch of cookies. Henry makes 10 batches of cookies for a bake sale.
A model shows a total of c cups divided into 10 sections, each labeled 2 and 1 fourth.
Part A
Which equation models the total number of cups of flour, c, Henry needs?
c+214=10
214×c=10
10+c=214
214×10=c
Part B
How many cups of flour does Henry need?
2014cups
2212cups
2434cups
2512cups
Part C
Estimate how much flour Henry would need to make 15 batches of cookies. Explain.
I would round 214 to 2, so Henry would need about 30 cups of flour.
I would round 214 to 3, so Henry would need about 45 cups of flour.
I would round 214 to 1, so Henry would need about 15 cups of flour.
I would round 214 to 234, so Henry would need about 30 cups of flour.
Answer:
l have no clue
Step-by-step explanation:
Answer:
public class MovieRental
{
public static void main(String[] args)
{
Scanner in = new Scanner(System.in);
System.out.print("Enter the number of movie rentals: ");
int movieRentals = in.nextInt();
System.out.print("Enter the number of members referred to the video club: ");
int memberReferral = in.nextInt();
in.close();
double discountVal = Math.min(movieRentals + memberReferral, 75);
System.out.println("The discount is equal to: " + discountVal);
}
}
6*5=30
8*2=16
30+16=46
The test was worth 46 total points