Many recommendation systems make product or service suggestions based on existing knowledge of the user or the item. We must deal with two types of cold start problems: item-based and user-based cold start problems. In a user-based cold start dilemma, it is difficult for the system to suggest news to a new user whose information is not saved in the system. In this article, we attempt to address user based cold start problem by assuming that in the case of a user, we only know one type of information about the user, and that information is the user's location. Using BBC news data, an ID3 classification approach was developed, which incorporates eight explanatory factors such as News ID, News text, Keywords, date, Location, Shares count, followers, and so on. The classification accuracy of one of the best fit models constructed using (80-20)% training and test ratios is around 78%. Our technique is an effective tool for the cold-start problem because it outperforms the advice by a significant margin depending on the location. According to the results, our approach is competitive in terms of both accuracy and precision.