How can you drop two eggs the fewest amount of times, without them breaking?

Answers

Answer 1

Answer:Both eggs are identical. The aim is to find out the highest floor from which an egg will not break when dropped out of a window from that floor. If an egg is dropped and does not break, it is undamaged and can be dropped again. However, once an egg is broken, that's it for that egg.

Explanation:

Answer 2

Answer:

the first person is right

Explanation:

it is a logical answer


Related Questions

Elliot keeps spreadsheets of the expenses required to keep his stationary store in business. One keeps track of the month rent, electric bill, water bill, and internet bill. Which cells would it make sense for Elliot to lock

Answers

rent and internet bill

i just did the test!

Answer:

Rent and internet bill

Why should we care about information being represented digitally? How does this impact you personally?

Answers

Answer:

Information digitally represented shows a level of understanding. For example, it eases the stress of complexity. It is more interpretable.  It has a great impact on users personal since use can use and interpret information well as compared to other forms of representation.

-Astolfo

What is the missing word?
if numA< numB: # line 1
numX = numA # line 2
numA > numB: # line 3
numX = B # line 4

Answers

Answer:

The answer is elif

Explanation:

I got it right in the assignment

The missing word in the given statement is as follows:

if numA< numB: # line 1

        numX = numA # line 2

        elif numA > numB: # line 3

        numX = B # line 4.

What is Elif?

Elif may be characterized as a short "else if" function. It is used when the first if statement is not true, but you want to check for another condition. If the statement pairs up with Elif and the else statement in order to perform a series of checks.

According to the context of this question, if-elif-else statement is used in Python for decision-making i.e the program will evaluate the test expression and will execute the remaining statements only if the given test expression turns out to be true. This allows validation for multiple expressions.

Therefore, The missing word in the given statement is Elif.

To learn more about Elif function in Python, refer to the link:

https://brainly.com/question/866175

#SPJ5

Select all that apply.

Which of the following groupings are located in the View tab?

Page
View
Layout
Page Design
Window

Answers

Answer:

Layout, Window and View

Explanation:

This is the groupings that was listed above that are located in the View tab.

What is the missing line of code?
>>> sentence = "Programming is fun!"
>>>
'gr
O sentence[3:6)
O sentence[2:6)
sentence(3:5)
O sentence[2:5)

Answers

Answer:

sentence [3:5]

Explanation:

The missing line of code is sentence(3:5) in the given code which is the correct answer would be an option (C).

What is the programming language?

A programming language is a collection of grammatical rules and a vocabulary for instructing a computer or processing equipment to do assigned duties. High-level languages like as BASIC, C, C++, COBOL, Java, FORTRAN, Ada, and Pascal are commonly referred to as programming languages.

Every programming language has a distinct collection of keywords (words that it recognizes) and a distinct syntax for structuring application programs.

According to the given question,

We have been given the code:

>>> sentence = "Programming is fun!"

>>>

'gr

Here, the missing line of code is sentence(3:5) in the above code.

Therefore, the correct answer would be an option (C).

To learn more about the programming language click here :

https://brainly.com/question/23959041

#SPJ2

Which of the following has had the most profound effect on American newspapers? A.digital media B.syndication C.television D. radio​

Answers

Answer:

Although readership has been declining since the invention of the radio, the Internet has had the most profound effect on the newspaper industry as readers turn to free online sources of information. Financial challenges have led to the rise of ever-growing newspaper chains.

So I'd say Digital Media ?

[JAVA] 30 points to write the program

Answers

The text document I added has all the code needed to complete this problem. Best of luck.

This is for AP Computer Science and I need help answering this question. If anyone could help it would be very helpful.

Answers

import java.util.Scanner;

public class PosNums {

   public static void main(String[] args) {

       System.out.println("Enter positive numbers (-1 to stop)");

       Scanner myObj = new Scanner(System.in);

       int num = myObj.nextInt();

       int total = 0;

       while (num!=-1){

           if (num < 0 && num!= -1){

               System.out.println("Only positive numbers will be counted toward your total.");

           }

           else if (num >=0){

               total += num;

           }

           num = myObj.nextInt();

       }

       System.out.println("Sum is " + total);

   }

   

}

If you have any other questions, I'll do my best to help. Best of luck.

A ___ error means the web page you are trying to view isn't available, perhaps because the page has been deleted from the server.

601
404
500

Answers

Answer:

A 404

Explanation:

I've seen it many times.

Answer:

404

Explanation:

Which statement best defines building blocks?

A. copied shapes that can be reused by a user
B. previously stored styles that can be reused by a user
C. built-in table of contents that can be reused by a user
D. formatted and stored content that can be reused by a user

Answers

Answer:

formatted and stored content that can be reused by a user (methods)

Answer:

D

Explanation:


Help I’ll give you brainless

Answers

Answer:

decimal

Explanation:

int, str and float are built in types, decimal isn't.

But... brainless??? ;-)

What will the outcome look like
(Ignore the answer l put)

Answers

The correct answer is 0123456789.

The for loop initializes the variable i at value 0 and then it increments i by 1 and prints it to the screen while i is less than 10.

I hope this helps!

Complete the sentence with the correct response.

The popularity of operating systems is determined by studying the
share of computer sales worldwide.

Answers

answer:

because by studying the data of computer shares you know from the consumers what they like and don't like about their operating systems!

explanation:

hope this helped <3 also if wouldn't mind could you pls give me brainliest? (im trying to level up) thanks! :)

THIS IS ACTUALLY FOR HISTORY!!!!!
PLEASE HURRY!!! I WILL MARK BRAINLIEST!!!

When the 1905 Sequoyah Convention ratified their state constitution and submitted it to Congress, Congress chose to ignore it. Do you feel this was the right decision? If you had been a member of Congress in 1905, would you have voted to ratify the Sequoyah Constitution, voted against it, or tried to have it tabled? Defend your choice.

Answers

Answer:

it was certainly a debatable decision, mainly because it was based primarily on political - and not on legal or social - views. since the congress at that time was led by members of the republican party, and the territory that the tribes wanted to turn into an exclusively indian state was predominantly democratic, the proposal (as expressed in the constitution) did not succeed, but the constitution itself proved to be of crucial importance in the creation of the state of oklahoma, and, most importantly, it guaranteed the involvement of representatives of the indian tribes in the government of the future joint state.

as a member of congress, i would have voted to ratify the constitution, or at least to have it tabled. ignoring it was an interested and partial decision.

PLEASEEE HELP!!!! 50 POINTSSS!!!!!

Choose all that apply.

Select the reliable sources of information.


a presentation in a college finance class

a personal Web site

an expert on television

financial data from 1978

loan information from your credit union

www.IRS.gov

Answers

Answer:

i belive the 2 one

Explanation:

Which of the following is a "rule" that you should pay attention to when taking photographs?

Hand hold your camera when taking night photographs.
Put diagonal lines directly at the corners.
Make sure your lines are straight.
All of the above.

Answers

Answer:

put diagonal lines directly at the corners

Answer:

C: Make sure your lines are straight

Explanation:

edg2020

(Remember you can always break the roles and having not straight lines does not mean your picture is bad)

What is this N mean????? In java

Answers

Answer:

\n is an escape character for strings that are replaced with the new line object. Writing \n in a string that prints out will print out a new line instead of the \n. Java Escape Characters

Explanation:

If that what you meant. But n most of the time is either a string character or no special meaning such as integer that you defined.

N can also mean null

import java.util.Scanner;

import edhesive.testing.Math;

public U2_L8_Activity_One{

   public static void main(String[] args) {

       Scanner myObj = new Scanner(System.in);

       System.out.println("Enter a number.");

       int n = myObj.nextInt();

       for (int i = 0; i < 10; i++){

           System.out.println((int) (Math.random()*n));

       }

   }

}

I hope this helps!

After the computer process the data, the result is first save in

Answers

Answer:

Answer

Saved In Computer

Which two of these should a website’s privacy policy created under California Online Privacy Protection Act describe?

A third parties that may view the information
B name and designation of the author of the policy
C effective date and expiration date of the policy
D links to third-party policies, if any
E approvals necessary to bypass the policy

Answers

Answer:

E approvals necessary to bypass the policy

Questions-  Which two of these should a website’s privacy policy created under the California Online Privacy Protection Act describe?

The correct answer is third parties that may view the information.

effective date and expiration date of the policy.

Explanation:

Liz created this table to show the ratio of red pencils to green pencils in her box. Identify the ratios that are equivalent to the ratio of red pencils to green pencils in Liz’s table


Red Pencils Green Pencils

2 6

4 12

6 18

8 24

Answers

the ratio is 1:3 because when you simplify all of them done you get 1 and 3

What is the purpose of the Digital Millennium Copyright Act?

Answers

Answer:

To protect orginal creators of content from the unlawful distrubution of it.

Explanation:

Which of the following describes iteration in computer programming?

A.a set of instructions that can be run one time only
B.a set of instructions that can be run multiple times throughout a program

C.a set of instructions for setting the end of a program
D.a set of instructions used by a computer program to correct problems in the code

Answers

The correct answer is B. Iteration in computer programming is something like a loop and as we know, loops run multiple times throughout the program.

Answer:

B

Explanation:

Graphic designers must have the ability to BLANK teams and tasks to get the most efficient result

Answers

Answer: work

Explanation:

Work is the correct answer

A letterhead should contain all of the following EXCEPT
- Full street address
- Logo
- Complete legal name of the company, group or individual
-None of the above

Answers

Answer:

The Logo.

Explanation:

Im somewhat sure it is a logo. It honestly depends on what kind of letter it is. In a formal letter, it shouldn't contain the logo.

Which keyboard shortcut will create a hyperlink in an Excel document?

A) Ctrl+F
B) Ctrl+H
C) Ctrl+K *
D) Ctrl+End

Answers

Answer:

it is most definatly ctrl+k

Explanation:

Answer:

The awnser is c) Ctrl+K

Explanation:

hope this helps

Which of these is an IPv4 address? Choose the answer
A.2001:0DB8:85A3:0000 0000
B. 8A2F0370.7334
C. //resource:share
D. 202.111.12.170
E. 192.168.0​

Answers

Answer: The Answer is D, 202.111.12.170.

Explanation:

Taking the test.

An IPv4 address is  202.111.12.170. The correct option is D.

What is an IPv4 address?

The IPv4 address is a 32-bit number that uniquely identifies a machine's network interface. An IPv4 address is usually expressed in decimal digits, with four 8-bit fields separated by periods.

Each 8-bit field corresponds to a byte of an IPv4 address. IP addresses (version 4) are 32-bit integers that can be written in hexadecimal notation. The more popular format, known as dotted quad or dotted decimal, is x.x.x.x, with each x ranging from 0 to 255.

IPv4, or Internet Protocol version 4, is a set of rules that allows devices such as computers and phones to communicate over the Internet. An IP address is allocated to each device and domain that connects to the Internet.

Therefore, the correct option is D. 202.111.12.170.

To learn more about IPv4 addresses, refer to the link:

https://brainly.com/question/28565967

#SPJ5

What is a promotional activity for a film ?

Answers

Answer: Sometimes called the press junket or film junket, film promotion generally includes press releases, advertising campaigns, merchandising, franchising, media and interviews with the key people involved with the making of the film, like actors and directors.

Explanation:

help fast plz I WILL MARK BRAINLEST

Naseer has inserted an image into his document but needs the image to appear on its own line.

Which option should he choose?

Top and Bottom
Tight
Through
In front of text

Answers

He should choose top and bottom hope this helps :)

which of the following sentence uses the correct verb tense

Answers

Answer:la 3

la3

Explanation:

Where’s the picture ?

Strings need to be placed in

Answers

Answer:

glue

Explanation:

Other Questions
Rewrite the function by completing the square.f(x) = x 12x 29 What substances do each of the letters represent? Wis O2; X is H2O; Y is CO2; and Z is glucose.BW is H20; X is O2; Y is CO2; and Z is glucose.OCW is H20; X is O2; Y is glucose; and Z is CO2.DW is CO2; X is O2; Y is H20; and Z is glucose. x = ???? can yall please help a girl out hii please answer you should get 10 points. i don't understand this and rly need help What percent is represented by the shaded portion of this 10 x 10 grid?4%10040%10004%40% will give brainliest!!!!!!!the number of students taking algebra is 70 more than the number of students taking health. the number of students taking English is 50 few than twice the number of students taking health. if the number of students taking algebra is equivalent to the number of students taking English, how many students are taking health? write out equation Describe the shift in power that occurred in the Americas after the French and Indian War. HeLP plEASe Work out whether the verb is an -ER, -IR, or -AR verb then select the correct ending. NO ONE IS HELPING ME PLEASE IM FINNA CRY I SWEAR I BEGGING YOU!!!! THIS IT DUE TODAY!!! (50 POINTS) NO COPY AND PASTEING PLEASE1. What is different when studying the text versus studying the data sets?2. How is the information the same? How is the information different? 3. Do you get more information from the text or the data? Why? 4. Which kinds of sources are difficult to study? Why? 5. Does one type of document tell the complete story on its own?6.What is most important to know about the Columbian Exchange and why? Determine when, to the nearest year, $4,000 invested at 5% per year, compounded daily, will be worth $10,000. yr GIVING BRAINLIEST WHENEVER THERE IS TWO ANSWERS!!! WILL CHOOSE BEST ONE!!!! Writers use perspective in their work, while artists do not. a sample o aluminum is put in 10.5 mL of water. if the water rises to 13.5 mL when the aluminum is added, what is the density of the aluminum if it has a mass of 8.1 g Question 1 of 10Submit Submit Send a messageHow do we know that the Egyptians had a big effect on the Phoenicians?A) Egyptians taught the Phoenicians how to weave textiles.B) Phoenicians wrote about how impressed they were with the Egyptians.C) Archaeological excavations show a strong relationship between the two cultures.D) The monetary system used by the Phoenicians was inspired by the Egyptians. Need help plz! Will give brainliest All of these elements are metals except? Please help its a long test Ive been at it for 2 hours There are 8 more girls than boys in a school play. The ratio of boys to girls is 5:7. How many boys and how many girls are in the play? If people lived in a sealed environment like biosphere 2 what would they need in order to survive? help please!!!!! Which of the following plant species is one of the only plants in the Atacama Desert?A. torora reedB. lichensC. indigoD. pampas grass