leon27
leon27
24-03-2015
Mathematics
contestada
what is the percent change of 40;72
Respuesta :
TSO
TSO
24-03-2015
Percent change of 40 to 72
[tex] \frac{72-40}{40} \times 100[/tex]
[tex] \frac{32}{40} \times 100[/tex]
[tex].8 \times 100[/tex]
[tex]=80[/tex]%
Which is an 80% increase :)
Answer Link
VER TODAS LAS RESPUESTAS ( 95+ )
Otras preguntas
Question 5 of 20: Select the best answer for the question. 5. What's the sum of 667 and 23? OA. 644 OB. 29 OC. 690 D. 15,341 Mark for review Will be highlighted
Assertion: An object floats if it displaces an amount of liquid whose weight is greater than the actual weight of the object. Reason: During floatation an obje
Using for loop,write a program that accepts a series of genders from a class of 10 students and count the number of female and male students in the class(c++ pr
What is the slope of the line containing (-2, 5) and (4,-4)? A. -2 B. 2 C. 3/2 D. -3/2
Nabhitha practices the piano the same number of minutes each day. The relationship between the number of days, x x, and the total number of minutes she practic
x = 5 def draw(canvas): ________ x = x + 5 canvas.draw_circle((x,200), 50, 1, color, color)
Two friends argue over who brushes their teeth more often. To settle the argument, they keep track of the number of mornings and nights they brush and calculate
Could someone help me with kiss question??
Which actions did Fidel Castro take in Cuba after creating a communist system in 1959? Select four options. He banned free health care for all citizens. He repr
1. For the following code: int myFunction(int n) { int x = n * 2; int y = (x + 1) % 3; return y - x; What does myFunction(4) evaluate to?