Math, asked by julietaorourke10, 9 months ago

The total cost of 2 kg of apples and 1.5 kg of pears is $9.70 .
Apples cost $2.60 per kilogram.
Find the cost of 1 kg of pears.

Answers

Answered by rsultana331
0

Answer:

prices = {

"banana": 4,

"apple": 2,

"orange": 1.5,

"pear": 3

}

stock = {

"banana": 6,

"apple": 0,

"orange": 32,

"pear": 15

}

for key in prices:

print "%s" % key

print "price: %s" % prices[key]

print "stock: %s" % stock[key]

may be it's helpful for you

please mark me brainliest ✌️✌️

Similar questions