Problem 2267. Sales Prediction
Miss X is a shopaholic person and every weekend she goes to a mall. There are total of 10 shops. Miss X starts from shop #1 and goes till last shop. Looking at her pattern of shopping from previous week, a shopkeeper wants to predict the probability of her shopping from his shop this weekend. Can you help the shopkeeper?
Also, find the average amount that she spent in last week. Round the answer to 2 digits after decimal.
Example
item_price = [10 35 2 100 99 87 1 0.5 9 30]
total_items_shopped = [ 2 0 5 10 8 9 1 0 0 1]
Average spending = $73.22
Probability of shopping from shop# 5 is:0.22
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers26
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5619 Solvers
-
Check to see if a Sudoku Puzzle is Solved
320 Solvers
-
Project Euler: Problem 1, Multiples of 3 and 5
3126 Solvers
-
Mysterious digits operation (easy)
280 Solvers
-
364 Solvers
More from this Author25
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!