Optimizing the Revenue of Spotify with a new Pricing Scheme (MCM Problem 2)

Size: px
Start display at page:

Download "Optimizing the Revenue of Spotify with a new Pricing Scheme (MCM Problem 2)"

Transcription

1 Optimizing the Revenue of Spotify with a new Pricing Scheme (MCM Problem 2) November 4, 2018

2 Contents Non-technical Summary 1 1. Introduction 2 2. Assumption 3 3. Model 5 4. Data Presentation Result and Analysis Strengths, Limitations, and Improvement Conclusion 22 Bibliography 23 Appendix 24

3 Non-technical Summary The invention of Internet fosters the growth of music streaming service. Though piracy exists, most of the users will pay for content as long as price is reasonable and content access is easy. Spotify is one of the companies that benefit from Internet. As a music streaming business, Spotify provides huge number of songs to users while earning a considerable revenue. Artists will also receive money for each stream played by users. But the complaints from artists about a low-income per stream force Spotify to change its 0 flat monthly fee charged from users. We have been hired by Spotify to propose a better pricing scheme. Our goal is to achieve higher revenue for both the company and the artists. An à la carte structure where the price would scale with number of listening hours is preferred by the company. With these in mind, we propose a new pricing scheme that charges user by hours with different price levels. Our mathematical model could also estimate the revenue under new pricing scheme. We evaluate the advantages of our pricing scheme by analyzing the change in company's revenue and artists' income. We also account for how our pricing scheme will affect piracy and different categories of artists. In summary, our central finding is that with our new pricing scheme, the company's revenue can boost 30% and artists will feel a substantial increase in their income. There will be a subtle increase in piracy. However, this can be ignored due to the rationality of pricing. We see a clear benefit from our pricing scheme compared to a fixed subscription for all customers. 1/

4 1. Introduction Online music streaming business is growing rapidly in recent years, satisfying people's daily demand for musics. Companies, like Spotify, earn a large amount of revenue from the market. In our scenario, Spotify is the only music streaming business. It currently employs a monthly pricing plan that charges users 0 per month to use all services provided by the company. However, Spotify is receiving complaints from artists due to the low-income per stream they can receive from their musics. We, as consultants of Spotify, come up with a new price scheme with an à la carte structure to benefit both the company and its artists. We propose a Step Pricing Scheme (SPS) for Spotify. The SPS takes into account the hours of music streamed per month by each user to satisfy Spotify's demand. Under SPS, we provide each user with 5 hours free usage of the music stream service each month. After that, we have 3 different levels to charge users. In the first level, we charge users per step with a maximum of. In the second level, we charge users.8 per step with a maximum of $4. In the third level, we charge users.6 per step with a maximum of. So the total monthly fee will not exceed 0. Sample Step Pricing Scheme is available in Appendix 1. With our SPS, we create a discrete piecewise model to estimate the revenue. We evaluate our pricing scheme by comparing the revenue of the company and income of artists before and after implementing our SPS. The remainder of the report is organized as follows: Section 2 states the assumptions of our problem and our model and Section 3 introduces our mathematical model for 3LPS. Section 4 is composed of the data mining and analysis and Section 5 presents the results of our model and the interpretations. Section 6 gives possible further improvements, and Section 7 concludes our report. 2/

5 2. Assumption The model contains several assumptions. We list the assumptions and arguments before getting into our model. 2.1 All users' time spent listening on Spotify is normally distributed with standard deviation 40. According to the data from Spotify, we have millions of users online. Using central limit theorem, we can approximate the distribution of users' time to normal distribution. We will use the assumption to help us calculate the profit of SPS. 2.2 Spotify is the only company in the music streaming business and the only other choice is piracy. This is the assumption given in Problem 2. This means we do not have to consider the effect of competition in our model. 2.3 The influence of piracy is trivial to our model. The Problem mentions that a 2% of people will always resort to piracy while that vast majority of users will pay for content when it is priced reasonably, can be accessed easily, and supports their favorite artists. We will discuss about the influence of our price scheme to piracy, but piracy will be considered having no effect on our model. 2.4 Users' time listening to music online will not be affected by price. With this assumption, we can use the normal distribution to calculate our revenue after implementing SPS. 2.5 Elasticity in our model is constant. Elasticity is the percentage of people who are willing to change from free user to premium user. Elasticity is fixed at 60% because according to the survey report by TechCrunch, only 42% will be willing to only use free music streaming service. 2.6 The operation cost of the company is trivial compared to the revenue. The cost of operating online music streaming service only takes a small percentage of the 3/

6 revenue of the company. So we only consider the revenue to artists and revenue to Spotify in the net revenue. 2.8 Spotify pays 50% of its revenue to artists. According to the data we obtain from Spotify, the reasonable estimated percentage of total revenue paid to artists is 50%. 2.9 One month contains 30 days in our model. 4/

7 3. Model 3.1 Parameter List Parameter Actual Meaning Table 1 - Parameter List e Δm ΔP S Price elasticity of free users with listening time more than T 0 per month Percentage of free users will switch to paid music plan Change in price to paid plan Total number of Spotify users in the current year k Average growth of user per year (from 2017) Y Current year b Total number of users in 2017 S free S paid O P 0 Ē g E 0 t P(t) T 0 T 1 p i SD N Φ i R c β ω Number of free users in total Number of paid users in total Original number of paid users An increment in the price when music listening time exceeds first step time. Step time: Time region to listen music without change in price. Expected average expense per user (on music) per month Expected growth for Spotify per month Current average expense per user (on music) per month Average music listening time per user per month Step price given a music listening time t Free threshold: Free listening time per month Step time: Time region to listen music without change in price. Cumulative price for users that fall into step time box i Standard deviation for normal distribution Normal distribution: number of users against music listening time per user Percentage of users that falls into step time i Total revenue of Spotify per month Percentage of Spotify new revenue shared with artists Average price paid to artist per stream Number of streams in total per month 5/

8 3.2 Helping Functions This formula is for calculating the price elasticity e of free users who listen to Spotify T 0 e = Δm ΔP music more than hours. The price elasticity defines percentage of free users will switch to paid music plans if there is no free music plan available. S = k * (Y 2017) + 159M This formula is for estimating total number of Spotify users S (including paid users and free users) given a year Y and annual growth rate k since Data for 2017 is collected to be 159 million. S free = S S paid This formula is for calculating total number of free users (before new paid plan) who could potentially switch to the new paid plan. This formula is for calculating total number of paid users (after new paid plan) consisting of all previously paid users and some free users switching to paid plan. Original paid user will not leave Spotify because their plan rate will very likely to decrease; Or in worst case that they listen to Spotify music all the day, their plan rate will be kept the same (0). See more details in the later discussion. P 0 p 0 S paid = O + e S free is the increment in the price when music listening time exceeds first step time. In the Step Pricing Scheme, after a user spends all his/her free music hours, P0 is the price the user will pay for his/her next step time. S paid 6/

9 Team 9 OSUMCM 2018 Ē = g E 0 S This formula is for calculating the target average expense Ē for Spotify users. The target average expense is derived from target company growth rate (in percentage defined by Spotify manager) and current average expense. 3.3 Modeling In the model, we will define a mapping between music listening time t and expense p i. The expense is calculated from cumulative step price until step i (as shown in figure 1 below). p i t E Figure 1 - Step Price and Cumulative Cost Step Price Cumulative Cost p i e.g. For Step i = 4, the cumulative cost p i will be $4 Step Price = Starting from step i=0 for the free music listening time each month $4 $3 $2 7/

10 Team 9 OSUMCM t T 0 P 0 T 0 t T 0 + 5T 1 P(t) = T 0 + 5T 1 t T T * P 0 T T 1 t T T 1 P(t) is the step price function where T 0 is the free music time and T 1 is the step time. In order to encourage Spotify users to listen to more music (i.e. spend more time on streaming), two step price incentives are proposed: 1. When users reach every 5 time steps, Spotify will give out 5 free time steps. 2. When users reach every 10 time steps, Spotify will discount each step price by 20%. T T 1 t T T * P 0 T T 1 t T T = P(t) dt When users listen to music all the day, Spotify will limit the upper bound of p i cumulative cost to 0, the previous premium monthly fee. So, as discussed above, original users (O) will not leave Spotify because of the decrease in price; or in worst case, same monthly fee ever. 0 T o +it 1 p i = P(t) dt 0 From the step price function, we are able to calculate the cumulative cost from step i, p i 8/

11 Figure 2 - Step and Cumulative Cost Cumulative Cost 5 Step Price + 1 Discounted Step Price 5 Step Price 2 Step Price Step Price Step Ē = t 0 P(t) dt In order to calculate the step time, we first match the average listening time t with T 1 target average expense Ē. Then, we count number of steps and calculate the step time. For example, from data collected, the average listening time t is 137 hours and the target average expense Ē is.4. Then we get a total of 11 steps between t and Free Music Threshold, so each time step is calculated to be 12 hours as shown below. 9/

12 Figure 3 - Step Time Calculation Step Price Cost Per Month (cumulative) 137 hrs matches target average expense.4 11 Steps from 5 hrs to 137 hrs Free Music Hours 5 hrs 0 hrs $9 $9 $8.2 $7.4 $6.6.8 $4 $3 $2 Incentive 2: Discounted step price Incentive 1: Free time steps 10/

13 N(μ, σ) = Normal( t, SD) Z = X μ σ Z = X μ σ n Φ(z) = 1 2π z e t2 /2 dt Assume distribution of Spotify users music time is normally distributed with mean t and standard deviation SD assumed to be 40. In the computation, we will use the classic formulas for normal distributions from above. Φ i (z) = 1 2π z i z i 1 e t2 /2 dt Φ i We use to estimate the percentage of population that lies in a single time step i. As shown in the figure below: Figure 4 - Normal Distribution for time step i 11/

14 R(t) = i=0 Φ i Sp i This formula will calculate number of users that fall into time step i by Φ i S and p i accumulative cost for step i by. By summing all the time steps, we will get the total revenue of Spotify company. β = R c ω This formula will calculate the average payment to artist per stream by total revenue R, percentage of artist sharing c and number of streams ω. And this will be the price we used to compare the original model. 12/

15 4. Data Presentation Data is required for our model for certain reasons. In our model, we assume the time spent listening of users is normally distributed. The mean and standard deviation are required for us to model the distribution. According to the article in Forbes, the average time American people listen music per week online is 32 hours. We generalize it to all users of Spotify and use it in our model to help calculating the revenue. We also want to take into account the change of users year over year in order to better predict the revenue after the implementation of SPS. From 2015 to 2017, the amount of users grew from 91 to 159 millions in a linear way with slope k = 34. Therefore, we create a linear function to model the growth of users' number and implement it into our revenue model. The number of streams online is also important factor in the calculation of the revenue. We acquire the information that 8.2 billion per 6 month online streams in Nielsen's 2018 music report. Assuming no change in the number of online streams, we use it as a constant in our calculation. As there exist free users and premium subscribers, the proportion between them and possible number of users transit from free member to premium member should be taken into account in our model. We find the proportion from Spotify's website, which is 54:46. However, there is no data directly related to the latter element. So, we make use of the survey in TechCrunch demonstrating 43% of users will prefer to only use free music stream service and interpret it as 57% will be willing to change to premium subscriber after we employ SPS. We will later measure SPS' effect on artists income, and the amount of Spotify's revenue paid to artists is essential to solve the problem. Through the article in The Verge, 50% of the net revenue will be used to pay artists. So we take it as given and calculate the income of artists under SPS. 13/

16 Team 9 OSUMCM Result and Analysis With our model, we put in real values from Spotify to see how the model works. We will pick 2017 as the example to analysis. 5.1 Parameters Value At first, we need to get some data from reality. As we explained before in data presentation, we can get the elasticity of people to transient from free users to paid users will be 0.6. e = 0.6 Also we can get the amount of the music stream users from the internet. S = 159M users Then,we can get the number of paid users with the percentage of member users in total users. O = 0.45 S = 71.55M users At here, for better computation and comparison, we assume the step price ( ) to be 1 dollar, the time people can listen to music freely ( ) be 5 hours. Also we can get the average time American people listen to music per year and the number of streams through Internet. T 0 P 0 P 0 = t = 137 hours T 0 = 5 hours ω = 8200M 6 = 44700M 14/

17 Team 9 OSUMCM 2018 Then consider the average time people listen to music per month as 137 hours then we need to shift the distribution to make it more reasonable so we take the standard deviation to become 40. SD = standard deviation = 40 Then assume Spotify s goal is to make about 20 percent more profits. 5.2 Function Evaluation At this section, we need to use help function to evaluate some parameters. We need to calculate the amount of people who switch to paid plan: S free = S O = 159M 71.55M = 87.45M S paid = O + e S free = 71.55M + ( M ) = M Then we can get the current average expense of each user in the Spotify. E 0 = CurrentSubscriptionFee O S M = = $ M Since our goal is to get about 20 percent, then we can derive expected average expense Ē as: Ē = g E 0 = 1.2 $4.5 =.4 From our model, we can get a table of the step price scheme. From out model, the music listening time decides the expense of users, so we can get an amount of steps. Also we know that t - T 0 = amount of steps times a step time, then we can get that T 1 is 12 hours. Here is the figure of step time and the money people will pay. 15/

18 Figure 5 - Step Price Scheme Time Listen to Music >= 9 hrs 257 hrs 245 hrs 233 hrs 221 hrs 209 hrs 197 hrs 185 hrs 173 hrs 161 hrs 149 hrs 137 hrs 125 hrs 113 hrs 101 hrs 89 hrs 77 hrs 137 hrs 53 hrs 41 hrs 29 hrs 17 hrs 5 hrs 0 minutes Cost Per Month (cumulative) 0 $9.6 $9 $9 $9 $9 $9 $9 $8.2 $7.4 $6.6.8 $4 $3 $2 16/

19 Team 9 OSUMCM 2018 T 1 = 12 hours Then with the normal distribution, divide the people into different parts. The partition way is that people who listen the same step time music will be in the same partition. With the math model appling normal distribution's knowledge to get population apply Z = X μ σ Φ(z) = 1 z 2π e t2 /2 dt and Normal Distribution Cumulative Table (Appendix 2) We can derive the population of people who are in a same partition by multiplying the total number of users S. Because of the model we take is discrete, then with the model we take formula R(t) = i=0 Φ i Sp i to get the total revenue. Below is the table about revenue of different partitions. Table 2 - Population and Revenue i Price ($) Lower Bound Upper Bound Population (million) Φ Population Paid (million) /

20 i Price ($) Lower Bound Upper Bound Population (million) Φ Population Paid (million) Revenue: According to the data we searched in the internet, we can find that Spotify share about 50 per cent of the interest to artists. So with this data we can compute the each song per stream now. ArtistShare = 50 % AvgPayArtistPerStream = TotalRevenue ArtistShare NumberOf Streams M 50 % = 44700M = /

21 6. Strengths, Limitations and Improvement 6.1 Strength Customer To the customer of Spotify, this scheme will convert most of free users to paid users because the scheme starting at an affordable price. Moreover, this scheme will also attract new users because it offers 5 hours per month free music without advertisement. We assume users would like to pay as little as possible. So, the starting price is and typical price is less or equal to.8, which makes up 50% users. Price (less or equal than) Population 38%.8 50% $8.2 81% $9 99% Artist Considering musical artist, the new model will resolve their complain as the new scheme will create more revenue for Spotify and thus more profit for musical artists. In comparison to the original pricing plans, artists incomes increases from.0072 to.0116 per stream, which is an 61% improvement. More incomes will also bring Spotify more sustainable music sources, which benefit the company and artists in the long run. In the model, we improve the income for all artist in general. So, we expect small-scale, mid-range and popular artist to benefit from SPS the same. 19/

22 6.1.3 Spotify From the Step Pricing Scheme, Spotify will earn a higher revenue. In comparison to its current revenue, $795M per month, the new pricing scheme will bring Spotify 038M per month, which is an increase of 30% net revenue Flexibility This model brings flexibility to the evaluation. Parameters including year, step price and step time are flexible to be changed. Although this report derive the scheme by step price.00, step time 12 hours and free threshold 5 hours, Spotify could also use this model to derive price scheme by other step prices (.01), step times (1 minute) or free threshold (1 hours per day). Because number of users, average music listening hours are changing, they are also parameters of this model, which could be changed by Spotify. The flexibility of this model brings Spotify more business values. 6.2 Limitation We use the normal distribution to compute and analyze, but in the real world the distribution about length of people's listening to the music time is not exactly fit to the normal distribution. Also, because of lack of data between listening time and population, we have to assume standard deviation to 40. However, normal distribution with standard deviation 40 is still a reasonable model. As for piracy, we expect it to increase because the new SPS plan limit the free plan to 5 hours per month. Unsatisfying users who would not like to pay for music are very likely to conduct piracy. 6.3 Improvement Besides, even to our model, there is something we can improve. We take the discrete model as a way to compute due to the time limitation, so to each separate time, we take the accumulated price to derive a fixed cumulative cost p i in a step time T 1, but 20/

23 time could be considered continuously and a continuous model could gain more accuracy. However, a discrete pricing scheme is reasonable for a business pricing and that is the reason we chose discrete model. 21/

24 7. Conclusion In this report, we derived a pricing scheme for Spotify that take music listening time into consideration. The main idea of the pricing scheme is to transfer free users into low cost paid users. Through discrete modeling, we obtained a Step Pricing Scheme that gives user 5 hours per month free music, 12 hours music for, 125 hours music for and unlimited music for 0. The estimated revenue for Spotify increases 30% and the price per stream for artist increases 61% to per stream. In conclusion, this pricing scheme brings profit to all thresholds - customer, artists and Spotify. 22/

25 References Infographic: Spotify Reaches 83 Million Premium Subscribers. Retrieved November 4, 2018, from Monthly Active Spotify Users Worldwide 2017 Statistic. Retrieved November 4, 2018, from NIELSEN MUSIC MID-YEAR REPORT U.S Retrieved November 4, 2018, from reports/us-midyear-music-report-2018.pdf Nielsen: Music Streams Doubled In 2015, Digital Sales Continue To Fall. Retrieved November 4, 2018, from Deahl, D. (2018, September 20). Spotify Will Now Let Artists Directly Upload Their Music To The Platform. Retrieved November 4, 2018, from McIntyre, H. (2017, November 9). Americans Are Spending More Time Listening To Music Than Ever Before. Retrieved November 4, 2018, from /

26 Appendix 1 - Sample Pricing Scheme Example of Step Pricing Scheme Time Listen to Music Cost Per Month (cumulative) 2300 minutes 2200 minutes 2100 minutes 2000 minutes 1900 minutes 1800 minutes 1700 minutes 1600 minutes 1500 minutes 1400 minutes 1300 minutes 1200 minutes 1100 minutes 1000 minutes 900 minutes 800 minutes 700 minutes 600 minutes 500 minutes 400 minutes 300 minutes 200 minutes 100 minutes 0 minutes $9.6 $9 $9 $9 $9 $9 $9 $8.2 $7.4 $6.6.8 $4 $3 $2 24/

27 Appendix 2 - Normal Distribution Cumulative Table z /

28 z /

Analyzing Spotify s Business

Analyzing Spotify s Business University of California, Berkeley INFO 234 Information Technology Economics, Policy, and Strategy Analyzing Spotify s Business Author: Snaheth Thumathy Supervisors: John Chuang Andy Brooks May 8, 2017

More information

Value of YouTube to the music industry Paper V Direct value to the industry

Value of YouTube to the music industry Paper V Direct value to the industry Value of YouTube to the music industry Paper V Direct value to the industry June 2017 RBB Economics 1 1 Introduction The music industry has undergone significant change over the past few years, with declining

More information

Music, Radio & Podcasts

Music, Radio & Podcasts Music, Radio & Podcasts *Buying Music *Streaming Music *Radio Online *Podcasts Buying Music (downloading): itunes Store, Amazon. Single tracks are mostly $1.29. Older music is less. Album prices vary.

More information

SHIFTING MOBILE DATA PLANS EXTRACT FROM THE ERICSSON MOBILITY REPORT

SHIFTING MOBILE DATA PLANS EXTRACT FROM THE ERICSSON MOBILITY REPORT SHIFTING MOBILE DATA PLANS EXTRACT FROM THE ERICSSON MOBILITY REPORT NOVEMBER 217 Shifting mobile data plans The most popular mobile broadband data plans are those with limits ranging from 2 to 5 GigaBytes

More information

Your Company s Business Expensesan Untapped Source of Revenue & Savings

Your Company s Business Expensesan Untapped Source of Revenue & Savings Your Company s Business Expensesan Untapped Source of Revenue & Savings Each time your company books Air, Hotel, Rental Cars, Event Tickets, Limousines, Conventions, Conferences and more. Fresh Revenue

More information

B. Sign Up and Using ClickBank Pay Administrative Account

B. Sign Up and Using ClickBank Pay Administrative Account B. Sign Up and Using ClickBank Pay Administrative Account Global Data Tutorial We will help you to get signed up with ClickBank who represents 20,000 companies. We will also show you how to get affiliate

More information

ICO Review: Current Media (CRNC)

ICO Review: Current Media (CRNC) ICO Review: Current Media (CRNC) Blockchain-Based Multimedia Ecosystem February 6, 2018 PROJECT OVERVIEW What is Current Media? Current is a mobile app that consolidates several multimedia networks into

More information

Nigerian Telecommunications Sector

Nigerian Telecommunications Sector Nigerian Telecommunications Sector SUMMARY REPORT: Q4 and full year 2015 NATIONAL BUREAU OF STATISTICS 26th April 2016 Telecommunications Data The telecommunications data used in this report were obtained

More information

Breakdown of Some Common Website Components and Their Costs.

Breakdown of Some Common Website Components and Their Costs. Breakdown of Some Common Website Components and Their Costs. Breakdown of Some Common Website Components and Their Costs. The cost of a website can vary dramatically based on the specific components included.

More information

Chapter2. Current Status of Information and Communications

Chapter2. Current Status of Information and Communications Chapter2 Current Status of Information and Communications Section 1 Telecommunications Business 1. Telecommunications market Sales of Japan s telecommunication business reached 14.5910 trillion yen in

More information

Financial Results for the 1 st Half of the Fiscal Year Ending March 2015 (from April to September, 2014) President Takashi Tanaka KDDI Corporation

Financial Results for the 1 st Half of the Fiscal Year Ending March 2015 (from April to September, 2014) President Takashi Tanaka KDDI Corporation Financial Results for the 1 st Half of the Fiscal Year Ending March 2015 (from April to September, 2014) October 31, 2014 President Takashi Tanaka KDDI Corporation 1 Today s Presentation 1. Financial Results

More information

Research Project. SUBASIC RESEARCH! Jake Pflum! Stephanie Martinez! Richard Escobar! Anh Nguyen! Ajla Subasic

Research Project. SUBASIC RESEARCH! Jake Pflum! Stephanie Martinez! Richard Escobar! Anh Nguyen! Ajla Subasic Research Project SUBASIC RESEARCH Jake Pflum Stephanie Martinez Richard Escobar Anh Nguyen Ajla Subasic Table of Contents Statement of the Problem 3 Literature Review 4 Research Questions & Hypotheses

More information

The 7 Success Secrets for Building a Million Download Mobile App

The 7 Success Secrets for Building a Million Download Mobile App The 7 Success Secrets for Building a Million Download Mobile App Publisher- Silver Touch Technologies Ltd. Editor- Disha Kakkad Copyright 2017 Silver Touch Technologies Ltd. All rights reserved. No part

More information

The Reed Report. Company Spotlight T-Mobile 3/1/2017

The Reed Report. Company Spotlight T-Mobile 3/1/2017 The Reed Report Company Spotlight T-Mobile 3/1/2017 Business Overview T-Mobile (Ticker: TMUS) T-Mobile provides wireless communications services, including voice, messaging and data, to more than 71 million

More information

MAIL DIVERSION. This paper focuses primarily on the forecasted impact of technology on postal volumes

MAIL DIVERSION. This paper focuses primarily on the forecasted impact of technology on postal volumes MAIL DIVERSION Mail volumes are under attack from a number of sources: technological diversion, the economy, competition, regulatory changes, business consolidation and other factors. This paper focuses

More information

Algebra Review (Summer Version) Homework Problems

Algebra Review (Summer Version) Homework Problems MATH 119 Algebra Review (Summer Version) Homework Problems The following set is only to review the Algebra needed for this class. It should be familiar to you from previous class such as M110, M111 or

More information

6. Telecoms and networks

6. Telecoms and networks 6. Telecoms and networks Figure 6.1 Key telecoms indicators: Telecoms service revenues ( bn) 28.1 27.7 32.8 21.1 19.8 22.6 92.4 17.1 Telecoms revenues per capita ( ) 445 421 44 343 65 657 725 77 Fixed

More information

Investment in Crackle UK. Overview June 2013

Investment in Crackle UK. Overview June 2013 Investment in Crackle UK Overview June 2013 Internet Usage in the UK The UK internet user market is one of the most advanced in the world with the highest Internet penetration rate in Western Europe 74%

More information

Six Weeks:

Six Weeks: HPISD Grade 7 7/8 Math The student uses mathematical processes to: acquire and demonstrate mathematical understanding Mathematical Process Standards Apply mathematics to problems arising in everyday life,

More information

Quarterly Market Indicators Q2 2016

Quarterly Market Indicators Q2 2016 Quarterly Market Indicators Disclaimer Page 3 Mobile services Broadband services Page 4 Page 5 CONTENT Fixed telephony services Page 7 Definitions Page 8 Disclaimer TRA does not make any representations

More information

DRAFT FOR DISCUSSION Crackle Russia Business Plan

DRAFT FOR DISCUSSION Crackle Russia Business Plan Crackle Russia Business Plan July 2013 Russian Market Overview Russia has the Largest Online Population of any European Country Broadband households in Russia are expected to grow at a 8% CAGR from 18.7mm

More information

Freecoms VoIP Mobile Community Telecom S. Ferrari, page n 1»

Freecoms VoIP Mobile Community Telecom S. Ferrari, page n 1» Freecoms VoIP Mobile Community Telecom S. Ferrari, page n 1» Multiservice Mobile VoIP Community Powerful multiservice package: Home and Mobile VoIP communication. Business and Private WEB Portal community

More information

THE FRENCH TELECOMMUNICATIONS SERVICES MARKET 4 th QUARTER 2002 (Licensed operators) June 2003

THE FRENCH TELECOMMUNICATIONS SERVICES MARKET 4 th QUARTER 2002 (Licensed operators) June 2003 THE FRENCH TELECOMMUNICATIONS SERVICES MARKET 4 th QUARTER (Licensed operators) June 2003 2 Introduction Fixed telephony The fixed telephony sector continued to decline in. However carrier selection subscriptions

More information

Creating a TV- Anywhere Platform

Creating a TV- Anywhere Platform Creating a TV- Anywhere Platform 2012 Business Overview The demand for smartphones, handheld multimedia devices and tablets is at an all time high, with Google and Apple battling for market share by launching

More information

Unit 2: Linear Functions

Unit 2: Linear Functions Unit 2: Linear Functions 2.1 Functions in General Functions Algebra is the discipline of mathematics that deals with functions. DEF. A function is, essentially, a pattern. This course deals with patterns

More information

An Honors Thesis (HONRS 499) Thesis Advisor Rui Chen. Ball State University Muncie, Indiana. Expected Date of Graduation

An Honors Thesis (HONRS 499) Thesis Advisor Rui Chen. Ball State University Muncie, Indiana. Expected Date of Graduation The Development of BeatCred.net An Honors Thesis (HONRS 499) by Peter Kaskie Thesis Advisor Rui Chen Ball State University Muncie, Indiana May 2012 Expected Date of Graduation May 2012 Peter Kaskie The

More information

Case study Business start-up Budget versus actual

Case study Business start-up Budget versus actual Catherine Gowthorpe 00 Case study Business start-up Budget versus actual This is the solution to the case study found at the end of: Chapter 8 Budgeting Part Working Sales receipts can be estimated as

More information

Financial Results for the Fiscal Year Ended March 2014

Financial Results for the Fiscal Year Ended March 2014 Financial Results for the Fiscal Year Ended March 2014 April 30, 2014 KDDI Corporation President Takashi Tanaka Today s Presentation 1 1. Financial Results for FY2014.3 2. Forecasts for FY2015.3 3. Targeting

More information

DoConference Web Conferencing: DoMore DoConference

DoConference Web Conferencing: DoMore DoConference DoConference Web Conferencing: DoMore DoConference Use DoConference Conferencing for: Training and E-Learning Deliver interactive online classes, E-Learning sessions and educate easily and affordably.

More information

I just called to say Hello

I just called to say Hello I just called to say Hello Could mean money in your pocket!!! Have we got you thinking? To switch people to THE LOWEST PRE-PAID CALL RATE, Especially when you can make a fortune for yourself in the process

More information

6th Grade P-AP Math Algebra

6th Grade P-AP Math Algebra 6th Grade P-AP Math Algebra If your student is considering a jump from 6th grade P-AP to 7th Grade Advanced math, please be advised of the following gaps in instruction. None of the 7th or 8th grade mathematics

More information

Nigerian Telecommunications (Services) Sector Report Q3 2016

Nigerian Telecommunications (Services) Sector Report Q3 2016 Nigerian Telecommunications (Services) Sector Report Q3 2016 24 NOVEMBER 2016 Telecommunications Data The telecommunications data used in this report were obtained from the National Bureau of Statistics

More information

Rules for Chart Eligibility for the IRMA Official Charts Singles. Adopted by the Board of IRMA on the 5 th of September 2018

Rules for Chart Eligibility for the IRMA Official Charts Singles. Adopted by the Board of IRMA on the 5 th of September 2018 Rules for Chart Eligibility for the IRMA Official Charts Singles Adopted by the Board of IRMA on the 5 th of September 2018 Rules for Irish Chart Eligibility September 2018 INTRODUCTION The following Chart

More information

2.1 Solutions to Exercises

2.1 Solutions to Exercises Last edited 9/6/17.1 Solutions to Exercises 1. P(t) = 1700t + 45,000. D(t) = t + 10 5. Timmy will have the amount A(n) given by the linear equation A(n) = 40 n. 7. From the equation, we see that the slope

More information

Nielsen List of Top 10 ios Mobile Apps

Nielsen List of Top 10 ios Mobile Apps Nielsen List of Top 10 ios Mobile Apps Nielsen's list of the most popular 10 mobile apps for ios in 2016 was dominated by just four technology giants: Google, Facebook, Apple and Amazon. The Nielsen organization

More information

Incredible New Software Lets You Create Thousands of Slick, SEO-Optimizeed Videos Using Google and YouTube s Favorite Keywords!

Incredible New Software Lets You Create Thousands of Slick, SEO-Optimizeed Videos Using Google and YouTube s Favorite Keywords! WAIT!! Introducing a SPECIAL ONE-TIME OFFER Just For You - If You Leave This Page You Will NEVER See This Again. Incredible New Software Lets You Create Thousands of Slick, SEO-Optimizeed Videos Using

More information

1 of 49 11/30/2017, 2:17 PM

1 of 49 11/30/2017, 2:17 PM 1 of 49 11/30/017, :17 PM Student: Date: Instructor: Alfredo Alvarez Course: Math 134 Assignment: math134homework115 1. The given table gives y as a function of x, with y = f(x). Use the table given to

More information

n Segments at a Glance

n Segments at a Glance for the Fiscal Year Ended March 31, 214 by Segment n Segments at a Glance From the fiscal year ended March 31, 213, KDDI has realigned its reportable segments into four business segments based on management

More information

RemoteDepositCapture.com The Independent Authority on Remote Deposit Capture

RemoteDepositCapture.com The Independent Authority on Remote Deposit Capture RemoteDepositCapture.com The Independent Authority on Remote Deposit Capture Advertising Program Overview Updated: October 15, 2007 RemoteDepositCapture.com is the Remote Deposit Capture (RDC) Industry

More information

Measurement and evaluation: Web analytics and data mining. MGMT 230 Week 10

Measurement and evaluation: Web analytics and data mining. MGMT 230 Week 10 Measurement and evaluation: Web analytics and data mining MGMT 230 Week 10 After today s class you will be able to: Explain the types of information routinely gathered by web servers Understand how analytics

More information

Section 1.1: Functions and Models

Section 1.1: Functions and Models Section 1.1: Functions and Models Definition: A function is a rule that assigns to each element of one set (called the domain) exactly one element of a second set (called the range). A function can be

More information

*MP3 Insider:* An opinionated take on MP3 and the audio revolution. *Should you Yahoo your tunes?*

*MP3 Insider:* An opinionated take on MP3 and the audio revolution. *Should you Yahoo your tunes?* *MP3 Insider:* An opinionated take on MP3 and the audio revolution. *Should you Yahoo your tunes?* By Eliot Van Buskirk May 18, 2005 *Last week, Yahoo joined

More information

Tutorial 9. Review. Data Tables and Scenario Management. Data Validation. Protecting Worksheet. Range Names. Macros

Tutorial 9. Review. Data Tables and Scenario Management. Data Validation. Protecting Worksheet. Range Names. Macros Tutorial 9 Data Tables and Scenario Management Review Data Validation Protecting Worksheet Range Names Macros 1 Examine cost-volume-profit relationships Suppose you were the owner of a water store. An

More information

Nigerian Telecommunications (Services) Sector Report Q2 2016

Nigerian Telecommunications (Services) Sector Report Q2 2016 Nigerian Telecommunications (Services) Sector Report Q2 2016 01 SEPTEMBER 2016 Telecommunications Data The telecommunications data used in this report were obtained from the National Bureau of Statistics

More information

BSkyB Sky Go Extra SVOD Service

BSkyB Sky Go Extra SVOD Service Customer Case Study BSkyB Sky Go Extra SVOD Service Premium Multiscreen Service EXECUTIVE SUMMARY COMPANY OVERVIEW Customer Name: BSkyB Industry: Telecommunications Location: United Kingdom, Ireland BUSINESS

More information

SEO Get Google 1 st Page Rankings

SEO Get Google 1 st Page Rankings 1. SEO can decrease your cost per acquisition Another benefit of SEO is that it is free. It is far less expensive than advertising to acquire customers. The only costs in SEO are the costs to hire the

More information

INTRODUCTION...3 OVERALL INTERNET USAGE...3 PRICING...7 CONCLUSION...10

INTRODUCTION...3 OVERALL INTERNET USAGE...3 PRICING...7 CONCLUSION...10 Annual Review of Internet Usage 24 INTRODUCTION...3 OVERALL INTERNET USAGE...3 Internet Penetration...4 Broadband...5 Mobile Internet Access...7 PRICING...7 Dial-up...8 Pay-as-you-go...8 Pre-paid Internet

More information

Acknowledgement: BYU-Idaho Economics Department Faculty (Principal authors: Rick Hirschi, Ryan Johnson, Allan Walburger and David Barrus)

Acknowledgement: BYU-Idaho Economics Department Faculty (Principal authors: Rick Hirschi, Ryan Johnson, Allan Walburger and David Barrus) Math Review Acknowledgement: BYU-Idaho Economics Department Faculty (Principal authors: Rick Hirschi, Ryan Johnson, Allan Walburger and David Barrus) Section 1 - Graphing Data Graphs It is said that a

More information

Thailand Country overview. dtac. Jon Eddy Abdullah, CEO. Country outlook. Population: 64 million. GDP growth: 4.2% (June 2012) Mobile industry

Thailand Country overview. dtac. Jon Eddy Abdullah, CEO. Country outlook. Population: 64 million. GDP growth: 4.2% (June 2012) Mobile industry dtac Jon Eddy Abdullah, CEO Thailand Country overview Country outlook Population: 64 million GDP growth: 4.2% (June 2012) Mobile industry Regulator: NBTC Concessioner: CAT and TOT Concession scheme with

More information

Research Study. Analyzing the Return On Investment of a BlackBerry Deployment, 2007

Research Study. Analyzing the Return On Investment of a BlackBerry Deployment, 2007 Research Study Analyzing the Return On Investment of a Deployment, 2007 Ipsos Reid ROI Study, 2007 About The Study This study was undertaken to reflect the growing international popularity of handhelds

More information

Introduction to emanagement MGMT 230 WEEK 4: JANUARY 29. Implementing basic e-commerce: technologies and options

Introduction to emanagement MGMT 230 WEEK 4: JANUARY 29. Implementing basic e-commerce: technologies and options Introduction to emanagement MGMT 230 WEEK 4: JANUARY 29 Implementing basic e-commerce: technologies and options Today s Class Recap our first three weeks Focus on ecommerce platforms. The online storefront

More information

SPOTIFY LOOSE ENDS: PRICING, SUBSCRIBER-BASED VALUE AND BIG DATA! Aswath Damodaran

SPOTIFY LOOSE ENDS: PRICING, SUBSCRIBER-BASED VALUE AND BIG DATA! Aswath Damodaran SPOTIFY LOOSE ENDS: PRICING, SUBSCRIBER-BASED VALUE AND BIG DATA! Aswath Damodaran 2 Loose Ends Aswath Damodaran In my last post, I valued Spotify, using information from its prospectus, and promised to

More information

A HASH-CASH BASED MUSIC STREAMING PAYMENT SYSTEM. Timothy Chen San Jose State University Fall 2014

A HASH-CASH BASED MUSIC STREAMING PAYMENT SYSTEM. Timothy Chen San Jose State University Fall 2014 A HASH-CASH BASED MUSIC STREAMING PAYMENT SYSTEM Timothy Chen San Jose State University Fall 2014 AGENDA Introduction Background Features implemented Issues Encountered During Testing Conclusion 2 INTRODUCTION

More information

MARKET OBSERVATORY : THE TELECOMMUNICATIONS SERVICES MARKET IN FRANCE AT THE FOURTH QUARTER 2004 (declared operators) May 2005

MARKET OBSERVATORY : THE TELECOMMUNICATIONS SERVICES MARKET IN FRANCE AT THE FOURTH QUARTER 2004 (declared operators) May 2005 : THE TELECOMMUNICATIONS SERVICES MARKET IN FRANCE AT THE FOURTH QUARTER 20 (declared operators) May 25 2 Introduction At the fourth quarter 20, the electronic communications market in France represented

More information

MANAGEMENT S DISCUSSION AND ANALYSIS OF FINANCIAL CONDITION AND RESULTS OF OPERATIONS

MANAGEMENT S DISCUSSION AND ANALYSIS OF FINANCIAL CONDITION AND RESULTS OF OPERATIONS MANAGEMENT S DISCUSSION AND ANALYSIS OF FINANCIAL CONDITION AND RESULTS OF OPERATIONS TELEFONICA CELULAR DEL PARAGUAY S.A. As at and for the three month period ended 31 March 2018 1. Overview We are a

More information

REBIT PARTNER PROGRAM. Overview and Guide

REBIT PARTNER PROGRAM. Overview and Guide REBIT PARTNER PROGRAM Overview and Guide Generate a great new recurring revenue stream, provide your customers peace of mind, and reduce your troubleshooting effort by becoming a Rebit partner. Page 1

More information

Save Money and Get the Best Website Hosting for Your Medical Practice

Save Money and Get the Best Website Hosting for Your Medical Practice Save Money and Get the Best Website Hosting for Your Medical Practice [Editor s Note: This is a guest post from Nina Litovsky, owner of Nina Interactive, LLC, a boutique firm specializing in website design

More information

About Geocloud.work. Per-hour payment model eliminates the need for purchasing the software licenses, annual support fees and software updates.

About Geocloud.work. Per-hour payment model eliminates the need for purchasing the software licenses, annual support fees and software updates. About Geocloud.work Geoсloud.work is a Software-as-a-Service (SaaS) and Data-as-a-Service (DaaS) worldwide cloud-based platform, which enables working with existing geospatial desktop software and data

More information

Why videos say it best?

Why videos say it best? MaxQsoft Video Website Publisher Learn the features and functions of the app MaxQsoft video application is an online video site publishing software with Social Media features embedded that allows Businesses,

More information

The official TYPO3 partner program

The official TYPO3 partner program The official TYPO3 partner program Table of contents Partner Program... 4 Separate Yourself From The Competition... 4 Be Successful - Together... 4 Unique Benefits... 6 Partner Ranking In A Nutshell...

More information

GLOBAL VIDEO INDEX REPORT Q1 2012

GLOBAL VIDEO INDEX REPORT Q1 2012 GLOBAL VIDEO INDEX REPORT Q1 2012 TABLE OF CONTENTS EXECUTIVE SUMMARY... 3 VIEWER BEHAVIOR & ENGAGEMENT... 4 Viewers Watching Longer, Everywhere... 5 Time & Day of Week... 6 Individual Viewer Behavior...

More information

4Q 2015 Earnings Conference Call. February 26, 2016

4Q 2015 Earnings Conference Call. February 26, 2016 4Q 2015 Earnings Conference Call February 26, 2016 Safe Harbor Statement This presentation includes forward-looking statements within the meaning of Section 27A of the Securities Act and Section 21E of

More information

Internet Pricing. Abstract. 1 Introduction. 2 Interconnection. Md. Rafiqul Hasan Chowdhury Helsinki University of Technology

Internet Pricing. Abstract. 1 Introduction. 2 Interconnection. Md. Rafiqul Hasan Chowdhury Helsinki University of Technology Internet Pricing Md. Rafiqul Hasan Chowdhury Helsinki University of Technology rafiqul.chowdhury@hut.fi Abstract Internet pricing can be seen from two points of view - between service providers and end-users

More information

The Effectiveness of Mobile Wireless Service as a Competitive Constraint on Landline Pricing: Was the DOJ Wrong?

The Effectiveness of Mobile Wireless Service as a Competitive Constraint on Landline Pricing: Was the DOJ Wrong? 11 December 2008 The Effectiveness of Mobile Wireless Service as a Competitive Constraint on Landline Pricing: Was the DOJ Wrong? William E. Taylor and Harold Ware 1 The US Department of Justice (DOJ)

More information

How to Create a Killer Resources Page (That's Crazy Profitable)

How to Create a Killer Resources Page (That's Crazy Profitable) How to Create a Killer Resources Page (That's Crazy Profitable) There is a single page on your website that, if used properly, can be amazingly profitable. And the best part is that a little effort goes

More information

CTIA s Wireless Metrics Reports

CTIA s Wireless Metrics Reports CTIA s Wireless Metrics Reports Bobby Franklin Executive Vice President CTIA-The Wireless Association April 30, 2009 Background on Semi-Annual Survey CTIA s survey began in January 1985 focusing on operational

More information

THE SECRET FOR MAKING MONEY ONLINE

THE SECRET FOR MAKING MONEY ONLINE SALESFIST.COM THE SECRET FOR MAKING MONEY ONLINE What The Internet Marketers Aren t Telling You! SalesFist.Com Introduction My name is Jeremiah and I have been in sales for the past 15 years. I am not

More information

Geo-blocking and its impact on consumers

Geo-blocking and its impact on consumers Geo-blocking and its impact on consumers European Consumer Day Malta, 21 March 2017 Georgios Petropoulos, Research Fellow, Bruegel Based on Marcus and Petropoulos (2017) Definition Traders operating in

More information

ITU price data collection rules October 2018

ITU price data collection rules October 2018 ITU price data collection rules October 2018 A. Rules applied in collecting mobile-cellular prices 1. The prices of the operator with the largest market share (measured by the number of subscriptions)

More information

6th Grade Advanced Math Algebra

6th Grade Advanced Math Algebra 6th Grade Advanced Math Algebra If your student is considering a jump from 6th Advanced Math to Algebra, please be advised of the following gaps in instruction. 19 of the 7th grade mathematics TEKS and

More information

The Norwegian Electronic Communications Services Market

The Norwegian Electronic Communications Services Market The Norwegian Electronic Communications Services Market 1 st half 2014 30 October 2014 Revised 13 November 2014 Contents 1 Introduction... 6 2 Development trends... 7 2.1 Telephony... 7 2.2 Fied and mobile

More information

Jefferies 2013 Global Technology, Media and Telecom Conference

Jefferies 2013 Global Technology, Media and Telecom Conference Jefferies 2013 Global Technology, Media and Telecom Conference May 9, 2013 Important Notice Please read this management presentation together with the Company s press release issued earlier announcing

More information

ASSIGNMENT 2 Conditionals, Loops, Utility Bills, and Calculators

ASSIGNMENT 2 Conditionals, Loops, Utility Bills, and Calculators ASSIGNMENT 2 Conditionals, Loops, Utility Bills, and Calculators COMP-202A, Fall 2009, All Sections Due: Friday, October 9, 2009 (23:55) You MUST do this assignment individually and, unless otherwise specified,

More information

Management s Discussion and Analysis: CSL

Management s Discussion and Analysis: CSL Executive Summary and Overview for year 2014 CS Loxinfo ( CSL ) reported revenue from sales and services for 2014 of Baht 3,014 million, maintained against Y2013. This was due to growth of ICT revenue

More information

Company Presentation. August 2013

Company Presentation. August 2013 Company Presentation August 2013 1 Untapped User Base India: One of the Largest Consumer Economies India : 4th Largest Economy Globally GDP (PPP) : US$ 4.8 Tn GDP at Purchasing Power Parity in 2012 US$

More information

Tim Cohn TimWCohn

Tim Cohn TimWCohn Tim Cohn www.marketingprinciples.com 1-866-TimWCohn How To Get More Leads, Prospects and Sales Without Hiring New Employees or Going Broke! The Only 3 Ways To Grow Your Business Increase the number of

More information

Math 112 Spring 2016 Midterm 2 Review Problems Page 1

Math 112 Spring 2016 Midterm 2 Review Problems Page 1 Math Spring Midterm Review Problems Page. Solve the inequality. The solution is: x x,,,,,, (E) None of these. Which one of these equations represents y as a function of x? x y xy x y x y (E) y x 7 Math

More information

Cincinnati Bell Inc. March 4, 2013

Cincinnati Bell Inc. March 4, 2013 Cincinnati Bell Inc. March 4, 2013 Safe Harbor This presentation and the documents incorporated by reference herein contain forwardlooking statements regarding future events and our future results that

More information

Will 2018 be the year the download officially dies?

Will 2018 be the year the download officially dies? Will 2018 be the year the download officially dies? By Jamie Carter 8 days ago Audio We could be facing a world without MP3s When was the last time you downloaded an MP3? If you're one of the legions of

More information

Rate Design for Public Benefit

Rate Design for Public Benefit Rate Design for Public Benefit The transition from service-based rates to loop rates on Chelan PUD s Broadband Network Sep. 20, 2016 No action required today Philosophy Simplify rates and align costs with

More information

CLOUD COMPUTING PRIMER

CLOUD COMPUTING PRIMER CLOUD COMPUTING PRIMER for Small and Medium-Sized Businesses CONTENTS 1 Executive Summary 2 ABCs of Cloud Computing An IT Revolution 3 The Democratization of Computing Cloud Computing Service Models SaaS

More information

Direct Brands and the Ad-Supported OTT Video Viewer

Direct Brands and the Ad-Supported OTT Video Viewer Direct Brands and the Ad-Supported OTT Video Viewer Excerpts from Ad Receptivity and the Ad-Supported OTT Video Viewer October 2018 Objectives and Methodology Objective: The study Ad Receptivity and the

More information

QUALCOMM Reports Third Fiscal Quarter Revenues of $1 Billion - Operating Earnings Per Share of $.75, Excluding Non-Recurring Charges -

QUALCOMM Reports Third Fiscal Quarter Revenues of $1 Billion - Operating Earnings Per Share of $.75, Excluding Non-Recurring Charges - FOR IMMEDIATE RELEASE QUALCOMM Contact: Julie Cunningham Vice President, Investor Relations 1-(858) 658-4224 (ph) 1-(858) 651-9303 (fax) e-mail: juliec@qualcomm.com QUALCOMM Reports Third Fiscal Quarter

More information

Chapter 2 Organizing and Graphing Data. 2.1 Organizing and Graphing Qualitative Data

Chapter 2 Organizing and Graphing Data. 2.1 Organizing and Graphing Qualitative Data Chapter 2 Organizing and Graphing Data 2.1 Organizing and Graphing Qualitative Data 2.2 Organizing and Graphing Quantitative Data 2.3 Stem-and-leaf Displays 2.4 Dotplots 2.1 Organizing and Graphing Qualitative

More information

WELCOME INDUSTRY CONFERENCE

WELCOME INDUSTRY CONFERENCE WELCOME INDUSTRY CONFERENCE HISTORY 2000 2007 2009 2010 2014 Established Develops the finest websites for the Marine Industry including Beneteau USA Created the first Marine iphone app for Chaparral Boats

More information

How to Power Up Your -Marketing ROI FulcrumTech, LLC. All Rights Reserved.

How to Power Up Your  -Marketing ROI FulcrumTech, LLC. All Rights Reserved. 1 How to Power Up Your Email-Marketing ROI 2 What ROI Should You Email marketing continues to be an incredibly cost-effective marketing tool. A 2016 survey of U.S. marketers revealed that email generated

More information

Work must be shown to support each answer and should be done neatly on separate paper. Be sure to CIRCLE final answers.

Work must be shown to support each answer and should be done neatly on separate paper. Be sure to CIRCLE final answers. Work must be shown to support each answer and should be done neatly on separate paper. Be sure to CIRCLE final answers. Solve the equation. 1. 5 2x 1 3 x 4 1 2 14 2. x 6 x 3 5 15 Solve the equation for

More information

8: Statistics. Populations and Samples. Histograms and Frequency Polygons. Page 1 of 10

8: Statistics. Populations and Samples. Histograms and Frequency Polygons. Page 1 of 10 8: Statistics Statistics: Method of collecting, organizing, analyzing, and interpreting data, as well as drawing conclusions based on the data. Methodology is divided into two main areas. Descriptive Statistics:

More information

SOFTWARE DEFINED STORAGE VS. TRADITIONAL SAN AND NAS

SOFTWARE DEFINED STORAGE VS. TRADITIONAL SAN AND NAS WHITE PAPER SOFTWARE DEFINED STORAGE VS. TRADITIONAL SAN AND NAS This white paper describes, from a storage vendor perspective, the major differences between Software Defined Storage and traditional SAN

More information

Music (Part 2) April 2017

Music (Part 2) April 2017 Music (Part 2) April 2017 Contents 01 Intro 02 Platforms 03 Spotify 04 Apple Music 05 Other Platforms 06 SoundCloud 07 YouTube 08 Musical.ly 09 Conclusion 2 Intro With 11% of the UK having subscribed to

More information

Q Results. Emirates Integrated Telecommunications Company PJSC May 2014

Q Results. Emirates Integrated Telecommunications Company PJSC May 2014 Q1 214 Results Emirates Integrated Telecommunications Company PJSC May 214 Disclaimer Emirates Integrated Telecommunications Company PJSC (hereafter du ) is a telecommunication services provider in the

More information

Eighth Grade Mathematics 2016 Released Items Analysis

Eighth Grade Mathematics 2016 Released Items Analysis Step Up to the by GF Educators, Inc. Eighth Grade Mathematics 2016 Released s Teacher: Copyright 2016 Edition I www.stepup.com 8th Grade Mathematics Released s Name: Teacher: Date: Step Up to the by GF

More information

Grade 6 Curriculum and Instructional Gap Analysis Implementation Year

Grade 6 Curriculum and Instructional Gap Analysis Implementation Year Grade 6 Curriculum and Implementation Year 2014-2015 Revised Number and operations Proportionality What new content moves into the grade 6 curriculum in Use a visual representation to describe the relationship

More information

Economic and Housing Market Trends and Outlook

Economic and Housing Market Trends and Outlook Economic and Housing Market Trends and Outlook Lawrence Yun, Ph.D. Chief Economist NATIONAL ASSOCIATION OF REALTORS Presentation to Memphis Area Association of REALTORS Memphis, TN April 2, 213 Forecast

More information

Sage Canadian SMB Survey on Mobile Devices March 2013

Sage Canadian SMB Survey on Mobile Devices March 2013 Sage Canadian SMB Survey on Mobile Devices March 2013 Summary Report Introduction Sage North America, a leading provider of business management software and services to more than 6 million small and midsized

More information

White Label HD Broadcasting Enterprise Solution

White Label HD Broadcasting Enterprise Solution White Label HD Broadcasting Enterprise Solution 1 TikiLIVE Features Unlimited SD/HD/4K channels and VOD supported Auto-record every live event VOD and LIVE Transcoding Broadcast Live and Recorded media

More information

Intel (INTC) Analyst: Brian von Hein Jr. Fall Recommendation: SELL Target Price until (12/31/2015): $24.46

Intel (INTC) Analyst: Brian von Hein Jr. Fall Recommendation: SELL Target Price until (12/31/2015): $24.46 Recommendation: SELL Target Price until (12/31/2015): $24.46 1. Reasons for the Recommendation Intel has been the markets leader in microprocessors for personal computers over the last decade. The industry

More information

The mobile messaging landscape. Global SMS usage vs. IM

The mobile messaging landscape. Global SMS usage vs. IM The mobile messaging landscape Short Messaging Service (SMS) continues to be a major communications channel for mobile phone users globally. However, the rapid increase of instant messaging (IM) via Over

More information

Pricing Guide.

Pricing Guide. Pricing Guide www.benchmarkemail.com Layouts Blocks Global Styles Create & Send Responsive, Mobile Friendly Emails Get Signups with Signup Forms & Autoresponders Real-time Reports Best Support in the Industry

More information

On the impact of propogation delay on mining rewards in Bitcoin. Xuan Wen 1. Abstract

On the impact of propogation delay on mining rewards in Bitcoin. Xuan Wen 1. Abstract On the impact of propogation delay on mining rewards in Bitcoin Xuan Wen 1 Abstract Bitcoin 2 is a decentralized digital currency that is rapidly gaining in popularity. The Bitcoin system relies on miners

More information