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
-
How to find the position of an element in a vector without using the find function
2770 Solvers
-
Calculate the area of a triangle between three points
3262 Solvers
-
738 Solvers
-
Find the dimensions of a matrix
544 Solvers
-
Determine the length of a string of characters
261 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!