grannypapp6owxr8k grannypapp6owxr8k
  • 02-10-2018
  • Mathematics
contestada

Naomi's recipe for baked beans calls for 7 1/5 cups of kidney beans. Each can of kidney beans holds 1 4/5 cups. How many cans of kidney beans will Naomi use to make the recipe

Respuesta :

sarahback123 sarahback123
  • 02-10-2018
you would divide 7 1/5 by 1 4/5 and you would get 4
Answer Link

Otras preguntas

The solution to -5 m= -20 is negative true false
How many protons, neutrons and electrons are present in an atom of mercury, Hg?
Which are text features of functional workplace documents? Select four responses. A subheading color and shading a heading an image a roman numeral list a bulle
please answer i need help with this What conclusion can you draw from this map about the migration of humans? They migrated first to North America and last to
3a + 2b = 35 find a and b​
43. My brother Karim ..... ...law at Cairo University next year. a) has studied b) will study c) is going to study d) will have studied​
A student uses the division shown to divide -3x^4 + 15x^3 - x + 5 by x - 5, and concludes that x -5 is not a factor of the polynomial. Describe two errors the s
"The flight of Icarus" Which statement describes a theme of the selection? Wisdom grows with time. Fear is a strong emotion. People should obey their elders. Pe
A pound of raisins costs $2. 00, and a pound of almonds costs $5. 0. Six pounds of a trail mix contains 2 more pounds of raisins than almonds. What is the cost
What is the output of the following code snippet? int i = 1; while (i != 9) { System.out.print(i + " "); i++; if (i == 9) { System.out.println("End"); } } 1 End