nm14387p47s3s
nm14387p47s3s
21-02-2018
Mathematics
contestada
Help me please.........
Respuesta :
Vimal1
Vimal1
21-02-2018
First find the pattern and you can do so by subtracting the number of bags for each consecutive day
68-60 = 8
60-52 = 8
so we figured the pattern is decreased by 8
so to find for day 5, we subtract 8 from 44 which gives us 36
so the answer is 36
Answer Link
VER TODAS LAS RESPUESTAS ( 91+ )
Otras preguntas
Chubbs Inc.’s manufacturing overhead budget for the first quarter of 2017 contained the following data. Variable Costs Fixed Costs Indirect materials $11,100 Su
make a ven diagram for a rhombus and a parallelogram
A car travels at an average speed of 24km/h.Findin meters the distance travelled by the car in 12 seconds
A 45 g bullet strikes and becomes embedded in a 1.55 kg block of wood placed on a horizontal surface just in front of the gun. If the coefficient of kinetic fri
Describe the design experiments method for product and process optimization
Data mining must usestatistics to analyze data. True False
5 kg of air (R 287 J/kgK) fills a weighted piston-cylinder device at 50 kPa and 0°C. The device is heated until the temperature is 100°C. Determine the initial
This endocrine portion of this organ secretes buffers and digestive enzymes through its suct to the duodenum:
A three-dimensional object has a depth of 8 inches and a triangular base that has an area of 12 square inches, so it has a volume of a. 8 cubic inches b. 20 cub
How many base cases are in the functionabove? a. 0 b. 1 c. 2 d. 3 int func2(int m, int n) { if (n == 0) return 0; else return m + func2(m, n-1); }