what will the total for the month be if the revenue is 9,450 and the fixed expenses are 9,000

Answers

Answer 1
18, 450. If your adding them up.
Answer 2
Are you asking how much will you have left? if so it’s 450

Related Questions

What is the gear ratio of this image? (the input is on the left)
-12:3
-Neither of these
-3:5

Answers

The answer should be neither of these
the answer to the question is the second one neither of these

PLEASE HELP ME ASP!!!
A switch joins devices on the same network so they can communicate.

True

False

Answers

Answer:

It is true

Explanation:

Because it is communicating so the switch gets energy

This is True...................

Joe finished writing his final English paper and completed the proofreading and updates. He wants to read through his paper one final time but wants to make sure he doesn't accidentally make any changes. What view should Joe use?
Editing View
Immersive View
Proofreading View
Reading View

Answers

Answer:

reading view

Explanation:

cause all others will inflict change

Answer:immersive view

Explanation:if he’s really focused on it he won’t make and more edit mistakes

This answer is wrong I’m sorry

A=3
b = 2
print (a ** b)
What is output?

Answers

Answer:
9
Explanation:
3^2

What is the default view in a Word document?
Copy View
Editing View
Paste View
Reading View

Answers

Answer:

Editing

Explanation:

I accidentaly clicked "comment" instead of answer.... :')

The default view in a word document is Editing View

What does a computer program use as a means to evaluate a condition as True or False?
a Boolean expression
a Boolean string
a Boolean variable
a Boolean operator

Answers

Answer:You use the boolean question type when you want to allow your respondents to switch something on or off

Explanation: cause i serched it on google

Answer: A Boolean expression.

Reason: A Boolean is a true or false statement. A Boolean expression is an expression that looks at condition and determines it as true or false.

Think of a Boolean as literally a true or false statement. Ex: Does the value equal 5, answer Yes/No.

I hope this helps you.

If you know tags please help me. explain what each do?

Answers

Answer:

The <html> tag is the container for all other HTML elements (except for the <! DOCTYPE> tag). Note: You should always include the lang attribute inside the <html> tag, to declare the language of the Web page.

The <head> tag contains metadata (document title, character set, styles, links, scripts), specific information about the web page that is not displayed to the user. Metadata provides browsers and search engines with technical information about the web page

Doctype informs the web browser about the type and version of HTML used in building the web document. This helps the browser to handle and load it properly

The <body> tag defines the document's body. The <body> element contains all the contents of an HTML document, such as headings, paragraphs, images, hyperlinks, tables, lists, etc. Note: There can only be one <body> element in an HTML document.

Explanation: I got most of this from Google... Hehe

^^ gave u the answer I was about to type the same thing lol

6. The ink pen was dropped by her parent. Change this sentence to active voice. *

Answers

Answer: g what are you talking ab

Explanation:

"Her parent dropped the ink pen." would be the active voice of this sentence

What is electrical induction?​

Answers

In a changing magnetic field, electromagnetic or magnetic induction is the creation of an electromotive force over an electrical conductor. The discovery of induction in 1831 is usually attributed to Michael Faraday, and it was mathematically defined by James Clerk Maxwell as Faraday's law of induction.

pls answer this fellow coders i need it so bad



# Heading (name, date, and short description) feel free to use multiple lines


def main():


# Initialize variables

numGuesses = 0

userGuess = -1

secretNum = 5


name = input("Hello! What is your name?")


# Fill in the missing LOOP here.

# This loop will need run until the player has guessed the secret number.


userGuess = int(input("Guess a number between 1 and 20: "))


numGuesses = numGuesses + 1


if (userGuess secretNum):

print("You guessed " + str(userGuess) + ". Too high.")


# Fill in missing PRINT statement here.

# Print a single message telling the player:

# That he/she guessed the secret number

# What the secret number was

# How many guesses it took


fill in the missing code

Answers

This is how I would do it using the main function:

def main():

   num_guesses = 0

   secret_num = 5

   name = input("Hello! What is your name? ")

   while True:

       user_guess = int(input("Guess a number between 1 and 20: "))

       if user_guess == secret_num:

           num_guesses += 1

           break

       elif user_guess < secret_num:

           num_guesses += 1

           print("You guessed {}. That was too low!".format(user_guess))

       elif user_guess > secret_num:

           num_guesses += 1

           print("You guessed {}. That was too high!".format(user_guess))

   print("The secret number was {}. You guessed it correctly in {} tries".format(secret_num, num_guesses))

if __name__ == "__main__":

   main()

I hope this helps!

is this a scam pls tell me????????????/

Answers

Yes don't trust at all, I've got that so many times

Oh lord yes it is a huge scam

To generate integers between and including -10 to 10 you would use:

Answers

I’m pretty sure you would use multiplication don’t get mad if I’m wrong
I think multiplication

You are trying to determine why a packet of data is not being correctly sent over the internet. You determine that the problem is that they are being labeled with the incorrect IP address. Which layer of the protocol stack is the most likely problem?

IP

application

TCP

hardware

Answers

Answer is A it has a false ip so that is why an error is happening therefore the answer would be A.
It is A because it is a false up acres
Other Questions