perla45
perla45 perla45
  • 19-10-2020
  • Mathematics
contestada

Can anyone help?
A) $6.00
B) $5.00
C) $7.70
D) $6.50

Can anyone help A 600 B 500 C 770 D 650 class=

Respuesta :

kaysonchand kaysonchand
  • 19-10-2020
I’m pretty sure it could be 6.50
Answer Link

Otras preguntas

What is common between these two pictures? Describe it in short. ​
What are electron Subshells?
prove that the value of the expression can only be a positive numberc^2+4cd+4d^2+4
it's a trick question with the thing of Every Square is a rectangle, but not every rectangle is a square. I need the answer asap it's a pop quiz thing.​
I need the function for the volume of the box for number 1
what is depression??​
Who do you think was the most democratic rana pm? why?​
prepare 100ml of 10mM NaoH solution from 10M stock solution NaoH , M.wt of NaoH =40?
On an architect’s drawing of a house, 1 inch represents 7 feet. If the bedroom window is 5 inches long on the drawing, how long will it be in the actual house?
Java 1 Question 16 Examine the following code: int count = 0; while ( count <= 6 ) { System.out.print( count + " " ); count = count + 3; } System.out.print