slaterwyslak
slaterwyslak
04-02-2020
Mathematics
contestada
Where to put parentheses on 15/3+2•11
Respuesta :
carterale
carterale
04-02-2020
Answer:
You should put the parentheses on the 12/3+2(11)
Hope this helps! :)
Answer Link
VER TODAS LAS RESPUESTAS ( 28+ )
Otras preguntas
helppp please enough points
Jalen bought 4 bottles of water, 2 bags of cashews, and a fruit salad. the cost of the fruit salad was $5. this expression was used to represent the amount jale
The set of numbers that includes the whole numbers and their opposites is called the set of...? 1. integers 2. real numbers 3. rational numbers 4. natural numbe
1. What type of reaction is this? PbO₂ → PbO + 0₂
A hockey puck has a radius of 3.7 cm and a thickness of 2.6 cm. what is its volume, to the nearest cubic centimeter
A jar contains 44 quarters and pennies. The total value of the coins is $4.28. Which system of equations can be used to find p, the number of pennies, and q, th
Which values of a and b make the following equation true? (5x7y²)(-4x¹y5) --20xyb
What is the first step when rewriting y = 6x2 18x 14 in the form y = a(x – h)2 k?
For δabc, which one is equivalent to sin(a)? cos(b) sin(b) cos(c) tan(c)
#include #include typedef struct nod{ int info; struct nod *next; }node; node* sortinsert(node *root, int item); //this function is complete void simpleprint(