I'm having some issues...
I know the answers right 100% because the teacher told us, but when I put it in its WRONG I've tried so many times I even copy and pasted but it didn't work AaHHHHHH!!!!​

I'm Having Some Issues...I Know The Answers Right 100% Because The Teacher Told Us, But When I Put It

Answers

Answer 1

Answer:

6y - 1.5x = 8

 Move over all non y terms to the right:

6y = 1.5x + 8

 Divide both sides by 6:

y = 1.5/6*x + 8/6

 

Note: 1.5/6 = 3/2 / 6 = 3/2 * 1/6 = 3/12 = 1/4.

8/6 --> 4/3.

y = (1/4)x + 4/3.

Explanation:

Hope this helps:)


Related Questions

5 preguntas abiertas sobre video juegos por favor!

5 open questions about video games is for my speech class for tomorrow! ‍♀️

Answers

1 How do these ideas for character development come about? —-2 How are the songs placed? —-3 How to know if the song really fits the video game?——-4 Do the colors influence wanting to play them (that is, as persuasion)? Does the game go fast, does it become addictive?


I hope it helps you

What does it mean when a computer is processing
A computer is doing a task
B user is thinking
C the computer is recharging
D software is engaging

Answers

When a computer is processing it means that (A) computer is doing a task.

State the functions of the CPU.

Any digital computer system's central processing unit (CPU), which consists of the system's main memory, control unit, and the arithmetic-logic unit, is its main part. It serves as the actual brain of the entire computer system, connecting numerous peripherals including input/output devices and auxiliary storage units. On an integrated circuit chip known as a microprocessor, the Control Processing Unit (CPU) of contemporary computers is housed.

The Central Processing Unit (CPU) is distinguished by the following functions:

As the brain of the computer, the CPU is regarded.All data processing processes are carried out by the CPU.Information including data, preliminary findings, and directions are saved (program).All computer parts follow its instructions when operating.

To learn more about the Central Processing Unit, use the link given
https://brainly.com/question/26411941
#SPJ9

find the maximum value and minimum value in milestracker. assign the maximum value to maxmiles, and the minimum value to minmiles. ex: if the input is: -10 20 30 40 the output is: min miles: -10 max miles: 40

Answers

#include <bits/stdc++.h>

std::vector<int> v;

int main(int argc, char* argv[]) {

   std::cout << "How many items will be in Milestracker?: ";

   int idx; std::cin>>idx;

   assert(idx>0);

   

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

       int m; std::cin>>m;

       v.push_back(m);

   }

   int maxmiles = *std::max_element(v.begin(),v.end());

   int minmiles = *std::min_element(v.begin(),v.end());

   

   if(maxmiles==minmiles) std::cout << "Elements in array are the same each other. So there is no maximum and minimum." << std::endl;

   else std::cout << "Max miles: " << maxmiles

             << "\nMin miles: " << minmiles << std::endl;

   return 0;

}

Writing down your main ideas, subpoints, and supporting material, then using geometric shapes and arrows to indicate logical relationships, is a technique known as

Answers

The process that involves writing down your main ideas, subpoints, and supporting material, then using geometric shapes is mapping.

This includes uses of  arrows to indicate logical relationships.

What is mapping?

mapping can be regarded as the prescribed way of assigning an object to each object in one set a particular object.

Learn more about mapping at:

https://brainly.com/question/25168859

Assume a file containing a series of integers is named numbers.txt and exists on the computers disk. Write a program that calculates the average of all the numbers stored on the file. Write this in Python

Answers

Answer:Here is one way to calculate the average of all the numbers stored in a file named "numbers.txt" in Python:

Explanation:

# Open the file for reading

with open("numbers.txt", "r") as file:

   # Read all the lines in the file

   lines = file.readlines()

   

   # Convert each line to an integer

   numbers = [int(line.strip()) for line in lines]

   

   # Calculate the sum of the numbers

   total = sum(numbers)

   

   # Calculate the average by dividing the total by the number of numbers

   average = total / len(numbers)

   

   # Print the result

   print("The average of the numbers is", average)

how is a for loop useful when working with arrays

Answers

Answer: A for loop examines and iterates over every element the array contains in a fast, effective, and more controllable way. This is much more effective than printing each value individually: console.

Explanation:

True or False: Nested elements must be indented with respect to parent elements in
order for the code to be properly displayed in a browser

Answers

Answer:

true

Explanation:

Jonah has finished his assignment and now wants to save his work with the title "Renaissance."
Which steps should Jonah follow to accomplish this?
navigate to the Quick Access bar, click the Save icon
navigate to the backstage view, click the Save As icon
click the File tab, click Save, type in the title, click Save
click the File tab, click Save As, type in the title, click Save

Answers

Answer:

Your answer is D.click the File tab, click Save As, type in the title, click Save

Explanation:

Jonah has finished his assignment and now wants to save his work with the title "Renaissance."Which steps

Answer:

C

Explanation:

took the quiz

Big Bob's Construction has many construction sites where computers are located. At the remote sites, Internet connectivity can be of poor quality and intermittent. Because the computers are onsite and have poor connectivity to the main office, they are not currently domain joined. However, they could be domain joined if required. You want to be able to manage the computers at the construction sites. Which technology can allow you to do this and not force users to reconnect constantly?

Answers

Answer:

WAN or wide area network using satellite

Explanation:

A WAN or wide area network is a network of local area networks that could span beyond a geographical region.

For a network administrator to manage the remote construction site, a stable network connection should be established using a wireless medium like a satellite to connect the site's network to the office network.

How is the IT career cluster different from most other clusters?

Answers

Answer:

All career clusters use information technology in carrying out their work

How can you ensure that messages from a trusted email address will not be identified as spam or junk email?
Add the message to the Safe Senders list.
Add the message to the Safe Recipients list.
O Right-click the message, and select Move to the Saved folder.
O Right-click the message, and select Move to the Archive folder.

Answers

Answer: A, Add the Message to the safe senders list.

Explanation: I just did the assignment.

Answer:

Answer shown in image below

Or

*Add message to the Safe Senders List*

Explanation:

Edge 2021

Plz click the Thanks button!

<Jayla>

How can you ensure that messages from a trusted email address will not be identified as spam or junk

Question Content Area The charter of a corporation provides for the issuance of 112,000 shares of common stock. Assume that 69,000 shares were originally issued and 13,900 were subsequently reacquired. What is the number of shares outstanding

Answers

The number of shares outstanding is 55,100 shares.

What is the number of shares outstanding?

The number of shares outstanding can be calculated by subtracting the shares reacquired from the total shares originally issued.

In this case, 69,000 shares were originally issued and 13,900 shares were subsequently reacquired.

Therefore, the number of shares outstanding would be 69,000 - 13,900 = 55,100 shares. These are the shares that are still held by shareholders and are not owned by the corporation.

Learn more about shares outstanding

brainly.com/question/31866064

#SPJ11

Steeler corporation is planning to sell 100,000 units for 2.00 per unit and will break even at this level of sales fixed expenses will be 75,000 what are the company's variable expenses per unit

Answers

Answer:

1.25 per unit

Explanation:

Number of units to sell = 100,000

Price per unit = 2

Fixed expense = 75000

At break even point :

Revenue = total expenses

Total expenses = fixed cost + variable cost

Let variable cost = x

Revenue = units to sell * price per unit

Revenue = 100,000 * 2 = 200,000

Hence,

Fixed cost + variable cost = Revenue

75000 + x = 200,000

x = 200, 000 - 75000

x = 125,000

Variable cost = 125,000

The variable expense per unit is thus :

Variable expense / number of units

125,000 / 100,000 = 1.25 per unit

Question # 6 Fill in the Blank You designed a program to create a username using the first three letters from the first name and the first four letters of the last name. You are testing your username program again for a user whose name is Paula Mano. The output should be

Answers

Its PuaMano

Explanation:

got it wrong and it shows this answer for edge

Which of the following statements is valid?SELECT InvoiceNumber, VendorNameFROM Invoices JOIN Vendors ON Invoices.VendorID = Vendors.VendorIDWHERE InvoiceTotal = MAX(InvoiceTotal)SELECT InvoiceNumber, VendorNameFROM Invoices JOIN Vendors ON Invoices.VendorID = Vendors.VendorIDWHERE InvoiceTotal = (SELECT MAX(InvoiceTotal))SELECT InvoiceNumber, VendorNameFROM Invoices JOIN Vendors ON Invoices.VendorID = Vendors.VendorIDWHERE InvoiceTotal IN (SELECT MAX(InvoiceTotal) FROM Invoices)All of the above

Answers

Correct Answer:

c.

SELECT InvoiceNumber, VendorName

FROM Invoices JOIN Vendors ON Invoices.VendorID = Vendors.VendorID

WHERE InvoiceTotal IN (SELECT MAX(InvoiceTotal) FROM Invoices)

Explanation:

All options only differ on the WHERE clause:

a: WHERE InvoiceTotal = MAX(InvoiceTotal)

Fails because aggregate functions (like MAX, COUNT, etc) have to be used on the SELECT clause.

b: WHERE InvoiceTotal = (SELECT MAX(InvoiceTotal))

Fails because the SELECT clause is incomplete.

c: WHERE InvoiceTotal IN (SELECT MAX(InvoiceTotal) FROM Invoices)

This one is correct, and returns the InvoiceNumber and VendorName register with the largest value on the InvoiceTotal field.

What is the output of this program? age = 4 if age > 5: print("more") else: print("less") Output:

Answers

Answer:

less

Explanation:

The program is age = 4 if age > 5: print("more") else: print("less"). The age is less than 5, so the output will be less.

What is a program?

"The program can also be expressed as a binary code, but expressing it in a higher programming language makes it easier for people to grasp."

The only language that the computer understands is binary, which is just a version of 0 and 1, but the user cannot understand binary. It will translate into highly understandable language for the user.

Programming that is designed using an object-oriented approach does so in order to achieve the desired goal.

Data input is required for programs. The program uses (processes) this data, and as a result, data (or information) is output.

Therefore, the output will be less.

To learn more about the output of the program, refer to the below link:

https://brainly.com/question/18079696

#SPJ5

8.3.7: Exclamat!on Po!nts
Write the function exclamation that takes a string and then returns the same string with every lowercase i replaced with an exclamation point. Your function should:

Convert the initial string to a list
Use a for loop to go through your list element by element
Whenever you see a lowercase i, replace it with an exclamation point in the list
Return the stringified version of the list when your for loop is finished
Here’s what an example run of your program might look like:

exclamation("I like music.")
# => I l!ke mus!c.

Answers

The function is an illustration of loops.

Loop instructions are used to repeat operations

The function in Python, where comments are used to explain each line is as follows:

#This defines the function

def exclamation(myStr):

   #This iterates through the string

   for i in range(len(myStr)):

       #This checks if the current character of the string is "i"

       if myStr[i] == "i":

           #If yes, this converts the string to a list

           s = list(myStr)

           #This replaces i with !

           s[i] = '!'

           #This gets the updated string

           myStr = "".join(s)

   #This returns the new string

   return myStr

       

Read more about similar programs at:

https://brainly.com/question/22444309

Geraldo would like to compare two areas of text, Text1 and Text2, to each other. What steps should he take?
od
select Text1, hit F1, click. "Compare to another selection," select Text2
select Text1, hold Shift+F1, click "Compare to another selection," select Text2
hold Shift+F1, select Text1, hold Shift+F1 again, select Text2
Ohit F1, select Text1, hit F1 again, select Text2

Answers

i think the second one

a(n) ____ in a sql command instructs oracle 12c to use a substituted value in place of the variable at the time the command is actually executed.

Answers

A bind variable in a SQL command instructs Oracle 12c to use a substituted value in place of the variable when the command is executed.

It is a placeholder in a SQL statement where a data value is expected to be substituted. Bind variables are used to pass data into a SQL statement in a secure and efficient manner.

A bind variable is a parameterized SQL statement element. Bind variables are utilized in SQL commands to replace data with literal values. They assist to keep your query safe, as data injection attacks can't occur, and they assist to improve query performance.

Learn more about SQL commands at

https://brainly.com/question/32924871

#SPJ11

one security component that doubles as a network component

Answers

Answer:

is the sentence above the question?

Answer:

It is to enter the site and then it will protect you in terms of form and appearance, and so on as required

A portrait shows a person's face entirely in silhouette, shadowing the subject's features completely.
Which direction was the light most likely coming from?
O from the front
O at a 45-degree angle
O from behind
O at a 90-degree angle

Answers

Answer:

From behind

Explanation:

This is because, a silhouette can only be formed by an object if the light is coming from behind the object. For example, if a shadow of an object is to be formed, the light shone on the object must be coming from behind the object.

Similarly, for a complete silhouette of the person's face, the light must be coming from behind the person's face for it to form a shadow and then a silhouette.

So the light must come from behind.

select the name, creaturetype, creaturesubtype, gender, and appearance from litcharacters for creatures who have made 5 or more appearances (this includes characters that have made 5 appearances). order ascending by the character id. what is the first entry?

Answers

I'm sorry, but as an  I don't have access to a specific database or its data. Therefore, I cannot retrieve the first entry from the "litcharacters" table as requested.

To obtain the first entry from the "litcharacters" table with the given conditions, you would need to execute a SQL query on the database that contains the table. The query would look something like this:

SELECT name, creaturetype, creaturesubtype, gender, appearance

FROM litcharacters

WHERE appearance >= 5

ORDER BY character_id ASC

LIMIT 1;

Executing this query on the appropriate database would give you the first entry from the "litcharacters" table that meets the criteria of having 5 or more appearances.

Learn more about database here

https://brainly.com/question/24027204

#SPJ11

5. what are the causes of bucket overflow in a hash file organization? what can be done to reduce the occurrence of bucket overflows?

Answers

Causes of bucket overflow in a hash file organization, including: Poorly chosen hash function, Improper bucket size and Uneven distribution of data.

Strategies to reduce bucket overflows are:

Choose a suitable hash functionIncrease the size of the bucketsRedoDynamic resizingUse of alternative file organizations

Explanation of the causes of bucket overflow in a hash file organization:

Poorly chosen hash function: A hash function that does not distribute records evenly across buckets can cause some buckets to be overloaded with too many records.Improper bucket size: If the bucket size is too small, it can quickly fill up with records, causing the bucket to overflow.Uneven distribution of data: If data is not evenly distributed, some buckets may end up with more records than others.

Explanation for reducing the occurrence of bucket overflows:

Choose a suitable hash function: A good hash function should distribute the records evenly among the buckets to avoid overloading any of them.Increase the size of the buckets: If bucket overflow is a recurring problem, increasing the size of the buckets can help reduce the probability of overflow.Redo: Redoing involves choosing a new hash function or adjusting the parameters of an existing hash function to achieve a better distribution of records across buckets.Dynamic resizing: Some hash file organizations allow dynamic resizing of buckets, which means that the system automatically adjusts the size of the buckets based on the number of records being hashed.Use of alternative file organizations: In some cases, alternative file organizations such as B-trees or indexed sequential access method (ISAM) can be used instead of the hash file organization to avoid bucket overflow problems.

Learn more about bucket overflow:

https://brainly.com/question/7871450

#SPJ11

bixby motor oil has been experiencing increasingly unfavorable materials quantity variances since march. the company discovered that the cause was an old machine that was wasting more materials than normal. if the standard quantity for 10,000 units is 15,000 pounds and the direct materials price standard is $1.52 per pound, which sets of data may have warned the company about the problem?

Answers

To determine which sets of data may have warned the company about the problem, we need to compare the actual quantities and prices with the standard quantities and prices.

First, let's calculate the standard cost for 10,000 units:

Standard Quantity = 15,000 pounds

Direct Materials Price Standard = $1.52 per pound

Standard Cost per Unit = Standard Quantity * Direct Materials Price Standard

                      = 15,000 pounds * $1.52/pound

                      = $22,800

Now, let's consider different scenarios and compare the actual costs with the standard cost of $22,800:

1. Scenario 1:

Actual Quantity Used = 15,000 pounds

Actual Price = $1.52 per pound

Actual Cost = Actual Quantity Used * Actual Price

           = 15,000 pounds * $1.52/pound

           = $22,800

In this scenario, the actual cost matches the standard cost, indicating no variance or warning about the problem.

2. Scenario 2:

Actual Quantity Used = 15,000 pounds

Actual Price = $1.55 per pound

Actual Cost = Actual Quantity Used * Actual Price

           = 15,000 pounds * $1.55/pound

           = $23,250

In this scenario, the actual cost is higher than the standard cost, indicating an unfavorable price variance. This could be a potential warning sign, suggesting that the company should investigate the price discrepancy.

3. Scenario 3:

Actual Quantity Used = 14,000 pounds

Actual Price = $1.52 per pound

Actual Cost = Actual Quantity Used * Actual Price

           = 14,000 pounds * $1.52/pound

           = $21,280

In this scenario, the actual cost is lower than the standard cost, indicating a favorable quantity variance. This could be a potential warning sign, suggesting that the company should investigate why the actual quantity used is lower than the standard quantity.

4. Scenario 4:

Actual Quantity Used = 16,000 pounds

Actual Price = $1.52 per pound

Actual Cost = Actual Quantity Used * Actual Price

           = 16,000 pounds * $1.52/pound

           = $24,320

In this scenario, the actual cost is higher than the standard cost, indicating an unfavorable quantity variance. This could be a potential warning sign, suggesting that the company should investigate why the actual quantity used is higher than the standard quantity.

Based on these scenarios, sets of data that would have warned the company about the problem include Scenario 2 (unfavorable price variance) and Scenario 4 (unfavorable quantity variance). These deviations from the standard cost could have indicated issues with the materials usage and prompted the company to investigate the old machine wasting more materials than normal.

Learn more about data here:

https://brainly.com/question/21927058

#SPJ11

personalizing the online experience of people is not an advantage of online data and its use with regard to the 4 p's of marketing. true false

Answers

The given statement, "Personalizing the online experience of people is not an advantage of online data and its use with regard to the 4 p's of marketing" is false because personalizing the online experience of people is indeed an advantage of online data and its use in the context of the 4 P's of marketing.

The 4 P's of marketing refer to Product, Price, Place, and Promotion. Online data and its analysis enable marketers to personalize each of these aspects to cater to individual customer preferences and needs. Here's how online data can benefit each of the 4 P's:

1. Product: Online data helps gather insights about customer preferences, allowing marketers to tailor their product offerings, features, and customization options to better meet individual needs.

2. Price: Online data analysis enables dynamic pricing strategies based on factors like customer behavior, demand patterns, and competitor pricing, allowing marketers to offer personalized pricing incentives or discounts.

3. Place: Online data helps identify where customers are located, their preferred channels, and how they interact with various touchpoints. This information allows marketers to optimize their distribution channels and provide personalized recommendations for nearby stores or online platforms.

4. Promotion: Online data allows marketers to personalize marketing messages, advertisements, and promotions based on customer preferences, demographics, browsing behavior, and purchase history, resulting in more relevant and effective marketing campaigns.

By leveraging online data effectively, marketers can create personalized experiences that resonate with individual customers, enhancing customer satisfaction, engagement, and overall marketing effectiveness.

Learn more about data at https://brainly.com/question/31132139

#SPJ11

studying computer science is really worth it for future?​

Answers

Yes, a computer science degree is worth it for many student also they make 74,762 annual salary
Yes, it is a vital job and they make very good money

arrange the code in the correct order to perform a search. assume the indenting will be correct.
a. Third part
b. Second part
c. Fifth part
d. Fourth part
e. First part

Answers

The correct answer for the question is option (D). B, C, D, E, F, A

The correct order of the code snippets to achieve the desired functionality is as follows:

1. Open a database connection (B).

2. Retrieve data from the database (C).

3. Perform data manipulation or calculations (D).

4. Display the results (E).

5. Close the database connection (F).

6. Initialize a variable with a default value (A).

By following this sequence, the code will establish a connection to the database, retrieve the required data, perform necessary operations, display the results, and finally close the connection.

Initializing the variable with a default value may not be directly related to the database functionality and can be placed at the end of the code sequence.

For more questions on database, click on:

https://brainly.com/question/518894

#SPJ8

I think it is the question:

Arrange the following code snippets in the correct order to achieve the desired functionality:

A. Initialize a variable with a default value.

B. Open a database connection.

C. Retrieve data from the database.

D. Perform data manipulation or calculations.

E. Display the results.

F. Close the database connection.

Options:

A. B, C, D, E, F, A

B. A, B, C, D, E, F

C. B, C, D, F, E, A

D. B, C, D, E, F, A

Font-size property changes
O Color
O Alignment
O Font
Size of font

Answers

O font or Size of the font

You are going to open a file in your program to use what is already in the file.

The program is saved in a folder, which has a subfolder called "dataFiles."

In the textFiles folder is a text file called "games.txt."

Which line of code will open games.txt?

O

fileln.open("dataFiles/games.txt","r")

O

fileln.open("games.txt","r")

O fileln = open("games.txt","r")

O fileln = open("dataFiles/games.txt","r")

Answers

Where one is going to open a file in your program to use what is already in the file. The program is saved in a folder, which has a subfolder called "dataFiles." In the textFiles folder is a text file called "games.txt."

The  line of code will open games.txt is "fileln = open("dataFiles/games.txt","r") (option D)

What is a line of Code?

Source lines of code, often known as lines of code, is a software metric that counts the number of lines in the text of a computer program's source code to determine the size of the program.

One line of code should ideally be a unit element that means or accomplishes something particular - a sentence fragment, if you will.

Learn more about line of code:
https://brainly.com/question/27591534
#SPJ1

Need help with these

Need help with these

Answers

Answer:

1. D

2. B

3. D

Explanation:

vnasgbaenVmad7kDg Zg

Other Questions
Which activity helps develop muscular endurance? A. going for a walk B. playing tennis C. rowing D. balletuscular endurance Simplify the expression :(1 + 5z)(3) please help me completing square x^+2x-24=0 describe in fourcomplete sentences differentimages that analyze related to Coral Bleaching What does purchasing insurance for a business reveal about the business owners attitude toward financial risk? Fill in with suitable preposition of direction. The mouse went __________the kitchen and the cat followed.1 pointfromtotowardson Which of these best describes the function of imagery and sensory details?to give the reader a visual image.to help the poet show the reader rather than tell/him.To give the reader an idea of sounds. In building an electronic data interchange (EDI) system, what process is used to determine which elements in the entity's computer system correspond to the standard data elements?a. Decoding.b. Translation.c. Encryption.d. Mapping. A corgi dog has a mass of 10 kg and is running at you with a velocity of 5 m/s. What is the momentum of the dog?. How does Baba Abdalla respond when the dervish willingly gives up the first ten camels in "The Story of Baba Abdalla"? A. He is satisfied with the additional camels and treasures. B. He feels a sense of regret for being selfish. C. He becomes afraid that the dervish is tricking him. D. He becomes even more desirous of the other camels. Pls help fast! Explain the prosses of welding The small intestine is adapted for exchanging materials because it has a large surface area, a thin membrane, and an efficient __________ supply. The following experiment was performed: A white solid was added to a test tube containing water. The solid completely dissolved and the solution was colorless. Chlorine was added the the solution turned an dark orange color. Hexane was added, the test tube was corked, and the contents was mixed. It was then noted that the hexane was purple in color. What was likely the identity of the white solid What are sustainable use practices?any materials that exist in nature and that are used by humansthe managed consumption of natural resources to prevent their depletion or environmental destructionthe deployment of fossil fuels to environments that previously did not have access to such resourcesways in which individuals are able to conserve native animal and plant species What is the vertical asymptote of the function?x = 5x = 3x = 3x = 5? Can someone tell e where to plot this? (PLEASE NO FILE ANSWER). !!! What does ousted mean in this statement? The U.S. and its allies invaded Afghanistan, in part to remove the Taliban from power. The U.S.-led coalition quickly ousted the terrorist group and helped set up a new Afghan government.A. establishedB. joinedC. helpedD. overthrew State what data analysis techniques would be appropriate toapply to your proposed study on gun control? Based on the tree below, which statement is not correct? a. The salamander lineage is a basal taxon. b. Salamanders are a sister group to the group containing lizards, goats, and humans. c. Salamanders are as closely related to goats as to humans. d. Lizards are more closely related to salamanders than to humans. Consider vectors u = 2, 1 and v = 4, 1 with the angle between them equal to 40. What are the scalar projections uv and vu?a) uv = 1.33 and vu = 1.33b) uv = 1.33 and vu = 3.16c) uv = 1.71 and vu = 1.33d) uv = 1.71 and vu = 3.16