Myahazel
Myahazel Myahazel
  • 23-04-2021
  • Mathematics
contestada

what is 3/4 divided by 2/3

also
what is 1/3 divided by 4/1

Respuesta :

kthrasher10245 kthrasher10245
  • 23-04-2021
1. 1.125

2. 0.08333333333

good luck :)
Answer Link

Otras preguntas

what are the two primary types of water pollution that have to do with where the pollution came from Point source and non point source Physical and liquid Grou
Solve for x the equation 6cos^2 x+4sin^2 x=5.Forex 2 question 6 cos square x + 4 sin square x is equal to 5 ​
Which examples of propaganda are found in this passage? Select two options. Snowball is used as a scapegoat. Napoleon talks to the animals through Squealer. Squ
Give a descriptive case study of the floods of 2021 of sangli and kolhapur
Work out the area of a rectangle with base, b = 32mm and perimeter, P = 82mm.​
6. Which devices of computer is known processing devices? las >​
define medicine with two example​
2. What are the efforts that have been made for inclusion in Nepal?for long answer questions​
Why does America have a geographic advantage to global imperialism? A. Many mountain passes are unreachable. B. We have oceans to protect us. C. The United Stat
Write a program to print sum on first 10 natural numbers. #include int main() { int i, sum; for(i=1;i<=10;++i); { sum =sum + i; } printf("The sum is =