A = 1.5
B = -1/3
C = -4/3
A is a positive so there is only one possibility
B is in between 0 and -1, so it has to be -1/3
C is below -1 and so its the improper fraction
Based on the amount of oranges bought, those sold at a profit and those sold at a loss, the overall profit is 14.2%
<h3>What is the overall profit?</h3>
Assume that the buying price was $1 each.
The amount earned from 60% of them is:
= 60% x 100,000 x 1
= $60,000
The profit from selling 50% of the remaining is:
= (50% x 40,000) x 1.60
= $32,000
The loss from selling the other 50%:
= (50% x 40,000) x 0.90
= $22,222.22
Total selling price:
= 60,000 + 32,000 + 22,222.22
= $114,222.22
Total profit:
= (114,222.22 - 100,000) / 100,000
= 14.2%
Find out more on sales profit at brainly.com/question/19104371
#SPJ1
Answer:
Exact form: 9/10 , Decimal form: 0.9
Answer:
the answer is 16 im pretty sure
Answer:
c. return a value
Step-by-step explanation:
Generally speaking, functions <em>return a value</em>, whereas procedures don't (so a procedure is just a function that doesn't return a value). ... By <em>returns a value, </em>we mean that the function creates some sort of results, which is passed back to the calling function.