"import random
def coin_flip():
x=4*[0]+[1]
res=[]
for i in range(20):
res.append(random.choice(x))
return res
res=[0,0] # [head,tail]
for j in range(1000):
temp=coin_flip()
res[0]+=sum(temp) #head
res[1]+=(20-sum(temp)) #tail"
Alireza K. - "import random
def coin_flip():
x=4*[0]+[1]
res=[]
for i in range(20):
res.append(random.choice(x))
return res
res=[0,0] # [head,tail]
for j in range(1000):
temp=coin_flip()
res[0]+=sum(temp) #head
res[1]+=(20-sum(temp)) #tail"See full answer
"It is NYC so mainly a business area. Also, there will be travelers to visit.
Now we estimate that 5% of them are business travelers
and 3 % of them are tourist
So 8000000*5% = 400000 is Business
And 7600000*3% = 228000 is tourist
Now we also need to consider there are a family tourist who will use the same room that let us estimate 40% of the tourists are family means 40% * 7988000M = 91200 family
and 1368000 is solo travelers
45600 are family room required considering there are 2 fa"
Indranil G. - "It is NYC so mainly a business area. Also, there will be travelers to visit.
Now we estimate that 5% of them are business travelers
and 3 % of them are tourist
So 8000000*5% = 400000 is Business
And 7600000*3% = 228000 is tourist
Now we also need to consider there are a family tourist who will use the same room that let us estimate 40% of the tourists are family means 40% * 7988000M = 91200 family
and 1368000 is solo travelers
45600 are family room required considering there are 2 fa"See full answer
Estimation
🧠Want an expert answer to a question? Saving questions lets us know what content to make next.
"Google Home is an app that is used by consumers to configure the smart devices for automating their home and making their home more reliable and easy to use.
Clarifying questions :
Do we have any time constraints by when we need to achieve this?
IF we have to increase sales by 10x, it needs to focus on number of factors like increasing the partner base, improving user experience, and shift in thinking.
What metrics we focus on
Monetization - Making revenue 10x
Number of"
Tanu M. - "Google Home is an app that is used by consumers to configure the smart devices for automating their home and making their home more reliable and easy to use.
Clarifying questions :
Do we have any time constraints by when we need to achieve this?
IF we have to increase sales by 10x, it needs to focus on number of factors like increasing the partner base, improving user experience, and shift in thinking.
What metrics we focus on
Monetization - Making revenue 10x
Number of"See full answer
"Clarify:
Is this an app that we want to house within the FB ecosystem, or will this be a standalone app?
When we say food delivery, do we mean meals that are ready to eat? Groceries? Convenience store items?
Assumptions: Let's make some assumptions here:
App will not be housed in with FB ecosystem. This is not even an app associated with FB.
Food delivery will be defined as delivering meal(s) that are ready to eat when you receive them
**Goal: Take on the incumbents by addressi"
Jonathan O. - "Clarify:
Is this an app that we want to house within the FB ecosystem, or will this be a standalone app?
When we say food delivery, do we mean meals that are ready to eat? Groceries? Convenience store items?
Assumptions: Let's make some assumptions here:
App will not be housed in with FB ecosystem. This is not even an app associated with FB.
Food delivery will be defined as delivering meal(s) that are ready to eat when you receive them
**Goal: Take on the incumbents by addressi"See full answer
"Google Glass, first released in 2014, failed spectacularly due to its well-publicized issues around privacy concerns. Few will forget the term 'glassholes' for those who use Google Glass ability to record everyday life, potentially without any permission from those being recorded.
However, Augmented Reality is now much closer to the public imagination. Augmented reality will go through many iterations. Important for user acceptance is that the glasses look and feel just like normal glasses. Th"
Peter H. - "Google Glass, first released in 2014, failed spectacularly due to its well-publicized issues around privacy concerns. Few will forget the term 'glassholes' for those who use Google Glass ability to record everyday life, potentially without any permission from those being recorded.
However, Augmented Reality is now much closer to the public imagination. Augmented reality will go through many iterations. Important for user acceptance is that the glasses look and feel just like normal glasses. Th"See full answer
"I would start by asking what exactly is Yelp for Business or defining the product, which is a way for local businesses to host their listings, allow reviewers to post reviews, and potential for businesses to promote their listings/businesses via ads.
Then would define the goal of the product - if I assume - to connect people with your business.
Then the golden question - why do we want to improve?
Have we seen a downward trend?
Have we had user or business feedback?
Is there a"
Umang S. - "I would start by asking what exactly is Yelp for Business or defining the product, which is a way for local businesses to host their listings, allow reviewers to post reviews, and potential for businesses to promote their listings/businesses via ads.
Then would define the goal of the product - if I assume - to connect people with your business.
Then the golden question - why do we want to improve?
Have we seen a downward trend?
Have we had user or business feedback?
Is there a"See full answer
"I'd like the phone to suggest actions according to the time of the day. For example: open in the morning the WhatsApp group of my daughter's class, at 4 o'clock suggest calling the after school teacher so she'll send my daughter to the school's gate, etc."
Adi S. - "I'd like the phone to suggest actions according to the time of the day. For example: open in the morning the WhatsApp group of my daughter's class, at 4 o'clock suggest calling the after school teacher so she'll send my daughter to the school's gate, etc."See full answer
"Assuming that trades will have information like
trade_type buy or sell
trade_price
with these tuples, one can iterate over each trade while maintaining a stack which maintains all the open buy trades.
If we encounter a sell trade then we pop one element make it a buy/sell pair and calculate the profit/loss for that pair. Moreover, keep adding pair-wise profit/loss to calculate overall profit as we continue iterating over trades.
At the end print pairs and their profit/loss along with"
Parth S. - "Assuming that trades will have information like
trade_type buy or sell
trade_price
with these tuples, one can iterate over each trade while maintaining a stack which maintains all the open buy trades.
If we encounter a sell trade then we pop one element make it a buy/sell pair and calculate the profit/loss for that pair. Moreover, keep adding pair-wise profit/loss to calculate overall profit as we continue iterating over trades.
At the end print pairs and their profit/loss along with"See full answer
"clarification
define a handyman: someone who's paid to do minor renovations or domestic repairs.
define the app: standalone or within facebook or meta's app family?
why are we designing this? should I come up with a goal (engagement, monetization)?
constraints (financials/timeline)?
goal: adoption.
since it's a new app, i want ppl to adopt first and then monetize the users.
I'd define a handyman as someone who's paid by app users to do minor fixes, such as unc"
Aiden L. - "clarification
define a handyman: someone who's paid to do minor renovations or domestic repairs.
define the app: standalone or within facebook or meta's app family?
why are we designing this? should I come up with a goal (engagement, monetization)?
constraints (financials/timeline)?
goal: adoption.
since it's a new app, i want ppl to adopt first and then monetize the users.
I'd define a handyman as someone who's paid by app users to do minor fixes, such as unc"See full answer