A persuasive letter should begin with
facts and examples
a clear statement of position
expert opinions
counterarguments

Answers

Answer 1

Answer:

B.) A clear statement of position


Related Questions

VNNH in py story format?

Answers

Answer:

LIBBY

Explanation:

open ended format

I agree with the other person

Please try and solve this
How many 1/4 - inch divisions would there be in 1/2 inch?
How many 1/8 - inch divisions would there be in 1/4 inch?
How many 1/16 - inch divisions would there be in 1/4 inch?

Answers

Answer:

Many students coming into Woodworking 108 are bewildered by “all those little marks ... Parts of an inch will be referred to in fraction form instead of its decimal equivalent. ... on divisions of 2: 1” 2= ½”. ½” 2= ¼”. ¼” 2= 1/8”. 1/8” 2= 1/16”. 1/16” 2= 1/32” ... way is to realize there are 16/16 in an inch and count back 3 of the 1/16 ...

Explanation:

Which of the following statements are true?
A. There has been a decrease in the number of cyber attacks in the past decade.
B. Cybersecurity is the protection of computer systems, networks, and data from digital attacks.
C. Cyber attacks in the past few years have impacted individuals, governments, and organizations.

Answers

Answer:

I think the answer are two which are B and C

Select the steps in configuring an Internet connection


A) Find Network and Internet on the Control Panel.
B) Select Connect to existing network.
C) Change networks every time you need to connect in the future.
D) Click on Set up a new connection and connect to the Internet.

Answers

A for sure. You have to go into CP and edit options in there. If you want a plain answer, click the wifi icon in the bottom right.

Which technology is most often used to update parts of a web page without reloading the whole page

Answers

i believe it would be AJAX :’)

Answer:

It's AJAX I think

Explanation:

A credit given to an author for his or her work is called a(an)

Answers

Citation.

Any other related questions you want answered?

Answer:

citation

Explanation:

Just did it in my online class, and my mom said so to

Instructions
Write a loop that input words until the user enters STOP. After each input, the program should number each entry and print in this format:
+1: You entered
When stop is entered, the total number of words entered should be printed in this format:
All done. words entered.
Sample Run
Please enter the next word: cat
*1: You entered cat
Please enter the next word: iguana
#2: You entered iguana
Please enter the next word: zebra
#3: You entered zebra
Please enter the next word: dolphin
24: You entered dolphin
Please enter the next word: STOP
All done. 4 words entered.

Answers

i = 0

while True:

user_input = input("Please enter the next word: ")

if user_input == "STOP":

break

i += 1

print("#{}: You entered {}".format(i,user_input))

print("All done. {} words entered.".format(i))

First we set i equal to zero so that we can keep track of how many words we input.

We set while True so that its a continuous loop until a certain condition is met to break out of the loop.

user_input is set equal to whatever word the user enters.

our if statement tells us to break out of the while loop if the user inputs "STOP"

If the user does not enter STOP i is set equal to itself plus 1. This just means we add one to i for every new word entered.

Then we print whichever word is entered.

After the while loop, we print All done and the quantity of words entered.

Answer:

word = input("Please enter the next word: ")

count = 0

while word != "DONE":

      count += 1

      print("#{}: You entered the word {}".format(count, word))

      word = input("Please enter the next word: ")

print("A total of " + str(count) + " words were entered.")

Explanation:

Assuming this is python, this should help!

Which symbol is used to indicate that a formula may contain an error?
A. green triangle in upper-left corner of cell
B. an orange circle below the formula result
C. green triangle with question mark inside
D. a wavy purple arrow above the formula result

Answers

Answer:A.

Explanation:

Just had this question if is A

Answer:

its A they right

Explanation:

5.4.7 Teenagers Code HS

Can someone help me with this? i currently have

if (age = 13){
println("Yes, you are a teenager.");
}else{
if (age <= 19){
println ("No, you are not a teenager.");
}

and anytime I type anything it always says yes so I'm confused.​

Answers

Answer:

var teen = readInt("Are you a teen, if so what is your age? " );

if(teen >= 13 &&(teen < 19)){

    println("Yes, you are a teenager.");

}else{

      println("No, you are not a teenager.");  

}

Explanation:

Hopefully this helps you :)

x = int ( input("what is your age ? "))

if x >= 13 and x <= 19:

       print("yes you are a teenager")

else:

        print("No, you are not a teenager")

The variable x is used to store the user input. it prompts the user to input his/her age.

The if/else statement is used to check if the user is a teenager or not. If the user's age is between 13 and 19, both inclusive the use will get a message "yes you are a teenager " and if otherwise the user will gets a message "No, you are not a teenager"

The bolded word in the codes are key words in python. Pay attention to indentation.

read more: https://brainly.com/question/12089897?referrer=searchResults

Help!! Its not working at all and idk what to do!

Answers

Answer:

1st. Let the teacher know

2nd. Check your internet

3rd. Make sure all other tabs are closed

Explanation:

This always helps me I hope it helps you too !! :3

Where can I watch yarichin b club lol

Answers

i know an app but hwne i try to write it it says inapooripirate...

hhbbbdjwkwbfiefbwjfbejdb

what are three common operating systems

Answers

Types of operating systems

The three most common operating systems for personal computers are Microsoft Windows, macOS, and Linux.

Answer:Microsoft Windows, macOS, and Linux.

Explanation:

John’s father specifically asked him to get a magnetic disk from the store in his neighborhood. What should John buy?

Answers

john should get a magnetic disk

What is Boolean algebra

Answers

Answer:

Boolean algebra is a division of mathematics that deals with operations on logical values and incorporates binary variables.

Explanation:

Need help with this

Answers

Answer:

13:a. 15:c. 14:Unknown answer

What is the function of napier's bones

Answers

Answer:

Calculation of products and quotients of numbers.

Explanation:

Napier's bones is a manually-operated calculating device created by John Napier of Merchiston, Scotland for the calculation of products and quotients of numbers. The method was based on lattice multiplication, and also called 'rabdology', a word invented by Napier.

If you’re paid hourly and work 40 hours in one week how much overtime have you worked? 8 hours none $48 or $80

Answers

Answer: You said 40 Hours. So $40

So, Isn't it $48, Because How Do You Get 80?

Answer:

$80.

Explanation:

Just go with it.

When you record a macro, you can assign it to run from a button or from the _____.

Keyboard
Home tab
Status Bar
Task Pane

Answers

Answer:

Keyboard

Explanation:

A macro is a tool that when you press a single key bind on your keyboard and or mouse it keeps pressing the button until the time on the macro runs out or you stop it.

If a person record a macro, you would assign it to run from a button or from the Keyboard Home.

What is keyboard?

A keyboard is known to be a tool that is often used in inputting information such as letters, words, etc., into your computer.

Therefore, If a person record a macro, you would give it to run from a button or from the Keyboard Home.

Learn more about Keyboard from

https://brainly.com/question/13380788

#SPJ9

I’m buying a prebuilt pc once I get it and set it up, what do I need to install on it?

Answers

First thing you want to install are the drivers for your GPU and CPU if they aren’t automatically installed. Just search the specific GPU or CPU and download them from the company websites. You can see your CPU and GPU by opening System Configuration or System. You also want to install the latest Windows defender updates as well as Windows updates. Once you have these completed, you should be all set. If anyone wants to add anything specific, feel free to comment below.

Suppose users share a 1-Gbps link. Also, suppose each user requires 200 Mbps when transmitting, but each user only transmits 30 percent of the time.



a. (5 pts.) When circuit switching is used, how many users can be supported?



b. (5 pts.) For the remainder of this problem, suppose packet switching is used. What is the maximum number of users that can be supported if the required blocking probability is strictly less than 0.05 and what is the blocking probability with the determined maximum number of users?

Answers

Answer:

The answer is "5 users and 1 block".

Explanation:

In Option a:

Bandwidth total [tex]= 1-Gbps \times 1000[/tex]

                          [tex]= 1,000 \ Mbps[/tex]      

Any User Requirement [tex]= 200 \ Mbps[/tex]

The method for calculating the number of approved users also is:  

Now, calculate the price of each person for overall bandwidth and demands,  

[tex]\text{Sponsored user amount} = \frac{\text{Bandwidth total}}{\text{Each user's requirement}}[/tex]

                                     [tex]=\frac{1000}{200}\\\\=\frac{10}{2}\\\\= 5 \ users[/tex]

In Option b:

[tex]\text{blocking probability} = \frac{link}{\text{1-Gbps} = 10^9 \frac{bits}{sec}}[/tex]

[tex]\ let = 0.05 = \frac{100}{20} \\\\\text{blocking probability} = \frac{ 200 \times 10^6}{\frac{100}{20}}[/tex]

                                [tex]= \frac{ 200 \times 10^6 \times 20 }{100}\\\\= \frac{ 2 \times 10^6 \times 20 }{1}\\\\= 40 \times 10^6 \\\\[/tex]

mean user [tex]= 25 \times \frac{1}{20} \\\\[/tex]

                  [tex]= 1.25[/tex]

max user [tex]= \frac{10^9}{40 \times 10^6} \\\\[/tex]

                [tex]= \frac{10^9}{4 \times 10^7} \\\\ = \frac{10^2}{4} \\\\ = \frac{100}{4} \\\\= 25 \\\\ =\ \ 1 \ \ block \\\\[/tex]

What is the difference between the Internet and the World Wide Web? Explain in your own words.

Answers

Answer: the World Wide Web is just one common area for information exchange, facilitated by global computer networks — or the Internet. (hope this helps)

Explanation:

how do i find the markup percentage ​

Answers

Simply take the sales price minus the unit cost, and divide that number by the unit cost. Then, multiply by 100 to determine the markup percentage.

For example, if your product costs $50 to make and the selling price is $75, then the markup percentage would be 50%: ( $75 – $50) / $50 = .

Match the internet services to the type of communication they provide.

Answers

I have the answer to the question being asked well explained in detail in the doc attached below. Kindly check the attachment.

Questions_ Match the internet services to the type of communication they provide.

I hope this helps

BTW PLATO

Explanation:

Samuel loves playing the violin, but he feels embarrassed after a classmate posts a video on a social networking site making fun of him. What step should Samuel take next to stop the cyberbullying?
1) He should report the incident to the social networking site.
2) He should upload his own video making fun of the classmate.
3) He should convince his friends to cyberbully the classmate.
4) He should add the classmate on his friend’s list and follow him.

Answers

Answer:

Number 1 would be the answer and most safest one to choose.

Answer: A. He should report the incident to the social networking site.

Explanation:I just took the test have a good day! :)

state two features of a word processor​

Answers

Answer:

Some of the functions of word processing software include:

Creating, editing, saving and printing documents.

Copying, pasting, moving and deleting text within a document.

Formatting text, such as font type, bolding, underlining or italicizing.

Creating and editing tables.

Hope it will help you! !!!!!!!

A hard cover book is _______bound.

a. case bound
b. hard back
c. textbook
d. glued​

Answers

Answer:

I think it's hardback.

Explanation:

¯\_(ツ)_/¯

Answer:

hard back

Explanation:

A hardcover is also referred as hardback and sometimes a case bound which is I think in those books that are hardcover but have a paper thingy that rip easily around it.

where do you place the title tag in HTML​

Answers

Answer:

The title tag is basically your saved document

Save as and poof

High Hopes^^

Barry-

Sorry couldn’t bring down both group of answers

Answers

Answer:

the second one

Explanation:

check your URL

guys please help me with this it's timed​

Answers

Answer:

what do i do

Explanation:

Identify these devices based on whether they provide the user with input or output, or both.
Monitor
Projector
Touchscreen
Mouse
Keyboard

Answers

Answer:

Monitor - Output

Projector - Output

Touchscreen - Both

Mouse - Input

Keyboard - Input

Explanation:

Other Questions
PLEASE HELP FAST!!!! 20 POINTS!!!!80 + 10x = 0 + 20xShow work, please!!! Help? Will mark as brainlist!! So each pattern will contain odd numbers? Find the LCM of the set of numbers 5 10 15 DUE TODAY which angle number is adjacent to angle to IHL Select the Two characteristics that these proteins have in common.A( They contain nitrogenB( They are made of disaccharides.C. They are Composed of amino acids.D( They form by using fatty acids and glycerin.E( They Contain a base, sugar and a phosphate group. Use the hypothetical atom drawings (A-F) below to answer the next four questions. Note there is only one correct choice for each question and each choice is only used once. a.Which shows the absorption of violet light? Explain your reasoning.b.Which shows the emission of blue light? Explain your reasoning.c.Which shows the absorption of green light? Explain your reasoning.d.Which the emission of orange light? Explain your reasoning.e.Which shows an electron being ejected from the atom? Write the slope-intercept form of the equation of the line that goes through the point (-3, -2) and is parallel to y=\frac{1}{3}x-4y= 31 x4. How is the practice of yoga connected to the Hindu belief of moksha?Hindus practice yoga daily to cleanse themelves of moksha.Hindus believe that yoga will allow them to better understand their duty.Hindus believe that yoga will ensure that no harm comes to humans or animals.Hindus practice yoga to control the mind and to be released from the cycle of rebirth. What is the constant rate of change shown in the graph? Help! I was doing my hw and I took a break and let my screen time out after like 10-15 minutes I turned it back on it showed this screen. Ive broken so many things already and I have class tomorrow and all my stuff is on this computer I cant I just cant lose this computer so please help. Ive tried powering it off, control-alt-and delete, and moving my mouse around but I cant nothing pops up not even my curser so can all the computer smart people help me please Im begging you! Meredith went to visit her aunt over the weekend. It took her 1 1/2 hours to get there. If Meredith's aunt lived 96 miles away from Meredith's home, what was her average rate of speed? How does paragraph 2 affect the rest of thecharacters?AEach character owes money, but doesnot want to make the payment today.B Each character seems to need themoney more than the one previouslyintroducedEach character pays a debt early in theday to avoid forgetting to do so.DEach character must wait to receive apayment today so that another debtcan be paid. Farmer John sells a dozen of eggs for $1.56. What is the unit cost per egg? A story in which a family is trapped in a mountain cabin during a blizzard presents a clear example of... A:point of view influencing a plot B:setting influencing a plot C: characterization influencing a plot D: symbolism influencing a plot Where would you go to buy the following items: dos cuadernos, una carpeta, bolgrafo, y unos lpices? A. la librera B. la biblioteca C. la zapatera D. la tienda de ropa A bill which has passed both houses of the Legislature, is____ that is, signed before it goes to the Governor. In Chapter 1 of The Hobbit, Bilbo tells Gandalf that adventures are "nasty disturbing uncomfortable things."What does this interaction between Bilbo and Gandalf reveal about Bilbo?Bilbo dislikes his unadventurous life.He dislikes the wizard and will not follow him.He may be a reluctant participant in the wizard's plan.Most likely, Bilbo fears Gandalf. how do you write a real world scenario using equations Which of the following tribes is known for building canoes and having a nomadic culture?The Karankawa The Atakapa The Caddo The Coahuiltecan