answermyquestion777 answermyquestion777
  • 02-05-2017
  • Mathematics
contestada

What is 0.7 which the seven is reccuring as a fraction in simpliest form

Respuesta :

Hollyleaf
Hollyleaf Hollyleaf
  • 02-05-2017
The answer to your question is 7/9. Hope that helps.
Answer Link

Otras preguntas

Solve using the quadratic formula. (2 points) 20. -2x²-3x + 5=0
mplete the solution of the equation. Find the ue of y when x equals 0. - 3x + 2y = -4 Enter the correct answer. 18 DONE all 000 +?
The measure of angle CDE is degrees.
Suppose a bag contains 5 blocks. 3 red, 1 yellow and 1 green. what is the probability of selecting a red block?
The destination transmission control protocol (TCP) process has set a 1,000-byte receive buffer window. The source TCP sequence number starts at 23,100 and send
The graph of y=kcos(8x)
5/6 of all the money in Salma's bank account is ₹55,000. how much money does Salma have in her bank account?please answer​
If you multiply four negative numbers, what is the sign of the product? If you multiply five negative numbers, what is the sign of the product? Based on the a
An investment in labor helps a business increase productivity by:
Consider the following method: public int mystery(int n) { if(n > 6) { return 1 mystery(n - 1); } return n % 3; } What is the value of mystery(10)