1 Sales tax
5.00%
Use the image to help you answer the question.
Which formula will tell you the total "Before tax"
price using cell references?

A. =3+2+50
B. =B8
C. =B4+B5+B6
D. =B4*B5*B6

1 Sales Tax5.00%Use The Image To Help You Answer The Question.Which Formula Will Tell You The Total "Before

Answers

Answer 1

Answer:

Future value (FV) tells you the value in the future of money deposited in a bank account ... We can use Excel to make a table of how the future value grows with the ... 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. A. B. C. D. E. F. Interest. 6% ... To answer the question, we compute the IRR of the investment and compare it.

Explanation:

Answer 2

Answer:

C. = B4+B5+B6

Explanation:

Edge 2020


Related Questions

is it safe for me to use normal glue to stick things on my laptop like stickers or pics?

Answers

Answer:

I think you should be fine, as long as you're just sticking it to the backside of your laptop. (For MacBooks, this is the part of the laptop with the apple symbol.) You can easily wash glue off with a cleaner such as Goo Gone or Pledge. There's better solutions, like ordering a case for your computer and putting the stickers on there, but I guess it's fine to stick them onto your computer. I'll attach a photo of an example of case with stickers.

Hope this helps! Feel free to give me Brainliest if you feel this helped. Have a good day, and feel free to comment any questions below you may have. :)

It is safe to use normal glue to stick things on my laptop like stickers or pics. On the back of the laptop cover, this glue can be used.

What are glues?

Any non-metallic substance applied to one or both sides of two distinct items that binds them together and prevents their separation is an adhesive, also known as glue, cement, mucilage, or paste.

superglue, sometimes called cyanoacrylate, is a kind of adhesive that joins quickly and may be used on a range of surfaces and materials. This fast-bonding glue has the advantage of eliminating the need for nails, clamps, and other fasteners. Superglues are waterproof, quick-setting, and will dry clear.

Therefore, stickers and pictures can be safely adhered on my laptop using regular adhesive. This glue can be applied to the laptop cover's rear.

To learn more about glues, refer to the link:

https://brainly.com/question/13225566

#SPJ2

Kelly has always used "P4ssw0rd” as her password on her online accounts. Why should she change this? Check all that apply.

o Passwords should be used only once.
o It could be easily guessed.
o Passwords must be unique.
o It contains insufficient personal information.
o Passwords should be changed regularly.

Answers

Answer:

it could be easily guessed

All of them except C

does anyone now how to make an app on code.org????
i’ll pay you if you can do it for me!!

Answers

Answer: Honestly, code.org wont get you far. I recommend you get a IDE and pick a language to learn.

I would be happy to help you im not going to make it for you but i can help walk you thought it. I know a little bit of code.org had to make something in it last year.

How does segmenting your network increase network security?

Answers

Answer:

By segmenting networks, it becomes easier to protect the most sensitive data that you have on your internally-facing network assets. The creation of a layer of separation between servers containing sensitive data and everything outside of your network can do wonders to reduce your risk of data loss or theft.

Explanation:

PLEASE MARK ME AS BRAINLIEST

"During a context-switch, the process status word (PSW) of the running process is also saved." TRUE or FALSE?

Answers

Answer:

The answer is "True".

Explanation:

In the processor status word, comprising all pointers into some kind of registry account, which must be stored whenever a context switch took place. In this, each size of a process is reduced through the use of lightweight processes in such a multitasking environment, and the entire process will save through the unique process ID.

Can anybody do Algorithm 2 for me (with Python).
Answer = 25 points.

Answers

Answer:

age=int(input("Enter age"))

if age>=18:

    print("You are Young")

else

   print("You are child")

Explanation:

if you have any query or any problem kindly ask in comment

Who should NOT apply for financial aid?

Students who will attend college part-time

Students whose annual family income is over $100,000

Students who will attend community college

All students should apply for financial aid

Answers

Answer: wealthy students should, not a must, apply for it. Not every student.

Which type of app is the best choice when it is critical to be able to use the device's features but performance is not critical?


hybrid
native
mobile
web

I will give brainlist

Answers

Answer: hybrid

Explanation: got it right on edge

The correct option is hybrid.

What is a  hybrid?Hybrid electric vehicles are powered by an inner combustion engine and one or more electric motors, which use energy stored in batteries. A hybrid electric vehicle cannot be packed in to charge the artillery. Instead, the battery is charged through regenerative braking and by the internal explosion engine.A hybrid is described as something that is a mixture of two different something. An example of a hybrid is a car that operates on gas and electricity. An illustration of a hybrid is a rose that is constructed from two different varieties of roses. noun.Because hybrid vehicles allow you to save on gas, you will regularly preserve fuel costs. However, there is further possible protection as well! Many conditions offer tax inducements to those who drive hybrid or electric vehicles, which will help you save supplemental money in the long run.

To learn more about Hybrid, refer to:

https://brainly.com/question/24337967

#SPJ2

Put the following events from computer history in the order they happened:

Answers

Show us a picture so we can answer

"There are no longer mature industries; rather, there are mature ways of doing business," he is referring to the high demand of creativity and innovation in the market

Answers

Hi, you've asked an incomplete and unclear question. However, I provided the full text below.

Explanation:

The text reads;

"When Porter says “There are no longer mature industries; rather, there are mature ways of doing business,” he is referring to the high demand for creativity and innovation in the market. Earlier we used to be more concerned about the hardware and the physical product rather than its information content, But now as a business, we need to provide more informative content with the product.

Like General Electric offers dedicated customer service for its line of goods which differentiates it from its rivals. Similarly, shipping companies like UPS now offer us to track the location of our package on a live map. This is what we call a mature business and how we can differentiate ourselves and stand out in the highly competitive market by using Information and Technology..."

who like the videos where is clown is from :)

Answers

Answer:

i hate clowns alot especially pennywise lol

Explanation:

Lin wants to play an online game with her friends. She read the description of the game and knows it contains several features with addictive design, including rewards for completing levels and long game times with penalties for quitting early. She likes the game but doesn’t want to get sucked in and skip her homework (which has happened before)! Name two guidelines Lin should set for herself before playing the game.

Answers

Answer:

Set a time limit for herself. Ask her parents for help monitering her app usage.

PLEASE HELP

Write a method that takes two rectangles and returns the (positive) difference between their areas.
This method must be named areaDiff() and have 2 Rectangle parameters. This method must return a double.

For example suppose two Rectangle objects were initialized as shown:

Rectangle rect1 = new Rectangle(2.0, 8.0);
Rectangle rect2 = new Rectangle(6.0, 3.0);
The method call areaDiff(rect1, rect2) should then return the value 2.0.

Answers

The program to define a method that computes the positive difference between the areas of two rectangles is found in the attached image.

The program defines a class Rectangle with a constructor, and a static method areaDiff. The static method areaDiff takes two rectangles (rect1 and rect2) and returns the positive difference between their areas.

The formula used by areaDiff is:

[tex]|(rect1.width \times rect1.height)-(rect2.width \times rect2.height)|[/tex]

where

[tex]rect1,rect2=\text{the two rectangles}\\(rect.width\times rect.height)\text{ calculates the area of a rectangle object}\\|x|=\text{the absolute value function}[/tex]

Another Python program that solves a geometry problem can be found here: https://brainly.com/question/19150697

You are the leader of your school's Go Green Club, which supports environmentally friendly choices and lifestyles. Your club will represent your school in the forthcoming annual Green City competition. The school coordinator has allocated a fixed budget and a timeline of 30 days to design an ID card format that closely represents the club's theme, and to send it back to him for approval.

To get the desired creative effect, the school coordinator advised you to use desktop publishing software to create the card design and to produce them later, in the required numbers. You'll create the ID cards for the members with desktop publishing software. In your answer, mention the software you’ll use and describe the steps you'll follow to create the ID cards.

(Hint: First identify the audience, timeframe, and limitations of the task, if any. Then, identify the hardware and software to create the ID cards. Lastly, create and finalize the formatting techniques and templates for the ID card.)

Answers

Answer:

(Answers may vary.)

My Considerations

The Go Green Club has a total of 100 members. I plan to photograph each of them in front of our club's "Go Green" sign. I have a deadline of 30 days to deliver the ID cards. Therefore, I have to ensure that all the cards are printed and ready for delivery in 20 days, with 10 days of buffer time (in case the cards require any edits or changes). Additionally, after I have submitted the draft for review, I will need the coordinator's final approval on the design and layout of the ID card.

Hardware Requirements

a desktop computer or laptop with adequate memory to run the software to create the ID cardssome external storage devices, such as pen drives and DVD disks, to share the design and layout for the coordinator to review; I will also need these devices to store the final digital file for printa color scanner to scan hand-drawn artwork and signatures, which I will place on the ID carda digital camera to capture photos of members, and to transfer them to the computer/laptopa printer to make hard copies of the cards.Software Requirements

I intend to use Scribus to create the ID cards because it is a free DTP application, and has most of the common features I'd need to create an ID card.

Formatting Techniques

I plan to use the following techniques to design the club ID cards.I'll use the landscape or horizontal orientation. This will enable proper spacing for the ID card elements.I'm planning to use a card measuring 3.370 inches × 2.125 inches. A card this size will ensure that all the elements of the card are visible.I am planning to place the club logo on the top left corner, because the eye normally follows the path of the letter Z. This'll help the viewer to see the logo and identify/recognize the club.Next I'll place the club name; I'll use the top-center alignment and also vertically align it to the logo. I'll use the sans serif font for the club name.Following the Z-path rule, I'll place the member's photo to the right and the member's name under the photo. In this position, the photo and the name will be visible, and will not get mixed up with other elements. I'll print the member name with a serif font.Finally, again in line with the Z-path rule, I'll position the club seal and the club director's signature at the right lower bottom. Although these elements are essential on an ID card, they do not require as much viewer attention as the club logo, name, and member photo.

Explanation:

I used Canva for this card.

Jiwoo is a professional photographer. Identify and describe a photography scenario where Jiwoo would need to consider the ethics and aesthetics of photography before proceeding. Clearly examine what ethical and aesthetic consideration she would have based on the scenario that you describe and how these relate to photography as a career or art form in general.

Answers

Answer:

Photography ethics are the principles that guide the way we take and share photos. Why is photography ethic so important? If we don't have morality in the way we use photography, we risk Aesthetics Ethics deals with the rights and wrongs and Aesthetics deals with beauty or otherwise. When we correct, manipulate or enhance images, the factors of ethics and aesthetics must always be kept in consideration. Where Does One Draw The Line if you add or remove something there that wasn’t in the scene you have crossed from documentary to fictional art. Exceptions In other cases, the only way to present a truer representation of reality is through a composite rather than with a single exposure.

Explanation:

I hope this helps I little

what is a collection of records DBMS?

Answers

Answer:Database

Explanation:

- is an integrated collection of logically related records or files. A database consolidates records previously stored in separate files into a common pool of data records that provides data for many applications. The data is managed by systems software called database management systems (DBMS).

Answer:

Database

Explanation:

which type of hazzard are those substances which threathen you physical safety ?​

Answers

Answer:

98o

Explanation:

My coding will not work. I don't know what the issue.

Answers

Can you give us a better and larger picture please?

Write an extensive note on register and type of register .
a very long note that will give me enough mark.


I WILL MARK U BRAINLEST
30 POINTS

Answers

I don’t understand can you simplify

Which of the following is NOT true about data?
A. It is information processed or stored by a computer
B. It is stored and processed in decimal format
C. It can be in the form of figures, texts, images or other types of
information
D. It can be transferred from one computer to another

Answers

Answer: B. It is stored and processed in decimal format

============================================================

Explanation:

Choice B is not true because data is stored and processed in binary format. This is in the often talked about format of 1s and 0s. Binary is preferred because computers are built upon electronic circuits. If an electrical current is passing through a certain node, then you can represent this with 1 for "on", while no electricity would be 0 for "off". Think of a series of switches you can flip up or down. Chaining together 1's and 0's allows us to represent pretty much any kind of thing we want from documents, to pictures, to movies to videogames. The 1's and 0's can represent instructions of a program (aka computer code) or it could represent raw data such as an image file.

In short, data is not stored and processed in decimal format. It's represented in binary instead. Binary is base 2 consisting of the digits 0 and 1. In contrast, decimal format deals with the digits 0 through 9.

Which of the following binary numbers is equivalent to decimal 4?

A. 10
B. 100
C. 1010
D. 1111

Answers

Answer:

b so easy

Explanation:

Answer:

B. 100

Explanation:

explain irony and why its ironic in 300 words

Answers

I’m not sure if I can do it in 300 words but you could probably stretch this out if you try hard enough.

Irony is like when you say how much you hate planes then the first time you get on a plane it crashes. It’s like when you say something that you don’t like or you don’t want to happen and it ends up happening anyways or something around those means.

This is 181 words sorry I couldn't figure out what else to add...

Explanation:

Verbal Irony occurs when the speakers attention is the opposite of what he or she is saying. Dramatic Irony occurs when the audience knows a key peice of information that the characters in a play or story do not know. There are a few diffrent types of Irony but theses two are the main ones used. It's kinda like when in the Cask of Amontillado Montresor hates Fortunado and leads him into the catacombs to kill him. There was a lot of Verbal and dramatic Irony. Verbal irony is created as the pair journey into the catacombs. Fortunado has a cough, and Montresor asks him to "return," or go out of the catacombs a few times. Fortunado continues in the hopes of sampling the amontillado. After Montresor chains Fortunado to the wall, he says, "Once more, let me implore you to return. No?" This is ironic because Montresor has no intention of letting Fortunado go. Another good representation of Dramatic Irony would be in Romeo and Juliet when the audience knows that Juliet is not dead, but Romeo thinks she is.

If y varies inversely as x, and y =23 when x=8, find y when x=4 .

Answers

I think u just divide y by two cuz the x value was divided by two

Live Preview, found in the Font group, uses which method for seeing different font sizes without committing to them.
double-clicking the sizes on the Size drop-down list
pointing the mouse pointer to the sizes on the Size drop-down list
right-clicking the cell and clicking Preview Size on the drop-down list
clicking the sizes on the Size drop-down list

Answers

Answer:

B- pointing the mouse pointer to the sizes on the Size drop-down list

Explanation:

Answer:

B

Explanation:

got it right on edge

The student's behavior is an example of what?
O a violation of intellectual property rights
an online invasion of privacy
inappropriate use of Internet sites
an incident of cyberbullying

Answers

Answer:

A

Explanation:

Answer:

A.) a violation of intellectual property rights

Explanation:



Horatio would like to use the category functionality contained within Outlook 2016. Which option should he choose to be able to rename categories?

Answers

Answer:

Items that are associated with one another as a group can be categorized by assigning colors to the group for easy identification in Microsoft Outlook

The different colors used includes; Yellow, Blue, Red, Green, Purple, and Orange

in order to rename a category choose the 'All Categories...' option among the options in the Categorize menu, to display the 'Color Categories' dialogue box

Within the 'Color Categories' dialogue box, check the box next to the desired color of the category and select rename

Type in the new name of the Color Category

With the check box next to the Color Category of the items that are currently selected and displayed in outlook, select 'OK' to assign the Color Category to the items

Explanation:

Why is storage and important part of the computing process? It must be atleast five sentences.

Answers

Your computer needs storage because the processor needs a place to perform its magic — a scratchpad for mad doodles, if you will. All computers need storage. ... Memory is where the processor does its work, where programs run, and where information is stored while it's being worked on.

And why five sentences?

(Print distinct numbers) Write a program that reads in integers separated by a space in one line and displays distinct numbers in their input order and separated by exactly one space (i.e., if a number appears multiple times, it is displayed only once). Hint: Read all the numbers and store them in list1. Create a new list list2. Add a number in list1 to list2. If the number is already in the list, ignore it.

Answers

Answer:

Following are the program to the given question:

num = input("Enter numbers: ")#defining a variable num for input value  

list1 = num.split()#defining a list1 that adds value in list1  

list2 = []#defining an empty list list2

for j in range(len(list1)):#defining a for loop that checks the list value in range  

   if not list1[j] in list2:# use if block that checks multiple value

       list2.append(list1[j])#add value in list2

print("The distinct numbers are: ")#print message

for j in range(len(list2)):#defining for loop for print list value

   print(list2[j])#print list value

Output:

Enter numbers: 1 22 55 7 22 1 1 2 3

The distinct numbers are:  

1

22

55

7

2

3

Explanation:

In the above-code, a "num" variable is defined, that takes inputs from the console screen, and in the next step, "list1 and list2" is defined. In the "list1" it adds num variable value a into the list.

In the next step, a for loop is defined that checks the list value in range , and define an if block, that checks multiple value and add value into the list2, and in the next step, the for loop is defined that prints the list2 values.    

Which securities protects networks from intruders? *

Application security
Network security
Information security
Operational security

Answers

Answer:

I think it is network security

Explanation:

Heard in an ad before :T

Answer:

Use Kika Clipboard to make paste easypneumonoultramicroscopicsilicovolcanoconiosis

How would you identify the cell located in column
Brow 12?
A. 12B
B. B12
C. B:12
D. 12:B

Answers

Answer:

B. B12

Explanation:

Edge2021

Other Questions
im going down to S o U t H p A r K Which is not true of the element nitrogen?A. There is more nitrogen gas in the air than oxygen.B. Nitrogen atoms form diatomic molecules.C. Nitrogen in the air is highly reactive.D. Nitrogen is used as a fertilizer for soil. Question 4 on Jesse Owens Commonlit societies with many natural_______ could build cities and armies and develop trade. ( resources/ rivers) 1. Mrs. Gonzalez signed up to bring two dozen cupcakes for the school bake sale. She made one dozen, but her children ate three of the cupcakes. What expression used to determine, .c the number of cupcakes Mrs. Gonzalez needs to bake? help please i dont understand 2.la San Valentin.1 pointEsEstTiene 8,25,42,,Sequence find the 82nd term Describe the difference in shape and arrangement between plant cells and Whitefish cells? GIVING BRAINLIESTWrite a paragraph in which you summarize how the life of each major character changes significantly during the course of Chapter 7(great gatsby book) When Kenji drove to work, the temperature in townwas 40F. When he came home, the temperature was58F. Which equation can be used to find t, the changein temperature? Why are lysosomes important? (14 points) can someone please help me do these two problems asap? Movement of individuals into a population is referred to as:emigrationdeathimmigrationpopulation density Hiiioo Can someone please help meQuestion: ABCD is a rhombus. It has vertices located at A(10,6), B(7,2) and C(7,7). What are the coordinates of vertex D?A. (10,3)B. (10,11)C.(10,7) D. (10,-1) HELP 25 POINTS AND BRIANLIEST IF CORRECTThoroughbreds are an example of a type of horse that results from selective breeding. However, not all thoroughbreds have the traits that are most desired. How has the process of selective breeding increased the probability that the horse will have a desired trait? Use information from the stimulus material and your knowledge of science in your answer. In your answer, be sure to:Explain how selective breeding increases the probability that offspring will have a desired trait.Explain why not all individual thoroughbreds may express the desired traits. Which type of mental health professional can prescribemedication for patients in all 50 states? was the molar mass of ch202 Plz help due in 10 min will mark brainlest Simone plz help The cell is like a city. The many different parts (organelles) of a cell work together for the functioning of the whole cell. Explain how the cell is like a city (factory, school, etc.). Give one analogy of how the part of a factory, school, city, etc. compare to an organelle. Be sure to give your analogy and explain how the organelle compares to the your chosen part,