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
-
Find common elements in matrix rows
2628 Solvers
-
Check to see if a Sudoku Puzzle is Solved
320 Solvers
-
Number of 1s in a binary string
8974 Solvers
-
Matrix indexing with two vectors of indices
718 Solvers
-
188 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!