To lay out a web page so it adjusts to the width of the screen, you use : a. fluid layout, b. media queries, c. liquid layout, d. scalable images

Answers

Answer 1

To lay out a web page so it adjusts to the width of the screen, you use : a. fluid layout.

What is fluid layout?

Fluid layout is very useful for responsive publications, but it can also be used with fixed-size elements.

With respect to WordPress theme development, a fluid layout is one that measures blocks of text, images, or any other item that is a part of the WordPress style using proportionate values. This enables the website to resize and enlarge itself to fit the size of the user's screen.

Learn more about web page at;

https://brainly.com/question/28431103

#SPJ4


Related Questions

true or false. From 2011 to 2018, ESPN lost 14 million cable tv subscribers, costing the company over a billion dollars annually.

Answers

Between 2011 and 2018, ESPN lost 14 million cable TV subscribers, which cost the company more than $1 billion annually---- True

What exactly is cable TV?

Subscribers can get cable television service from a cable operator, which sends videos over coaxial or fiber optic cables. Programming delivered via satellite or other facilities without the use of a wire is not considered "cable television" in accordance with the Commission's standards.

Is it possible to use cable TV offline?

Yes, your smart TV will function normally even without an internet connection. Using a cable box or an antenna, you will be able to connect speakers, Blu-ray/DVD players, and any other devices you like to watch TV and do other things. However, you won't be able to use any of the built-in video streaming apps.

Learn more about cable tv:

brainly.com/question/29349646

#SPJ4

Who go to Tennessee Connection Academy And If yall Do plz comment down below.

Answers

Answer:

it a or d

Explanation:

Write a program in java to input N numbers from the user in a Single Dimensional Array .Now, display only those numbers that are palindrome

Answers

Using the knowledge of computational language in JAVA it is possible to write a code that  input N numbers from the user in a Single Dimensional Array .

Writting the code:

class GFG {

   // Function to reverse a number n

   static int reverse(int n)

   {

       int d = 0, s = 0;

       while (n > 0) {

           d = n % 10;

           s = s * 10 + d;

           n = n / 10;

       }

       return s;

   }

   // Function to check if a number n is

   // palindrome

   static boolean isPalin(int n)

   {

       // If n is equal to the reverse of n

       // it is a palindrome

       return n == reverse(n);

   }

   // Function to calculate sum of all array

   // elements which are palindrome

   static int sumOfArray(int[] arr, int n)

   {

       int s = 0;

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

           if ((arr[i] > 10) && isPalin(arr[i])) {

               // summation of all palindrome numbers

               // present in array

               s += arr[i];

           }

       }

       return s;

   }

   // Driver Code

   public static void main(String[] args)

   {

       int n = 6;

       int[] arr = { 12, 313, 11, 44, 9, 1 };

       System.out.println(sumOfArray(arr, n));

   }

}

See more about JAVA at brainly.com/question/12975450

#SPJ1

Write a program in java to input N numbers from the user in a Single Dimensional Array .Now, display

I need help!

A standard is a:

A. normal way of addressing business letters.
B. level of quality or performance that people accept as normal.
C. a document with specific rules and regulations.
D. set unit of measurement for a particular purpose.

Answers

Explanation:

The answer is B. level of quality or performance that people accept as normal

Answer:

A standard is a: level of quality or performance that people accept as normal.

Explanation:

Just did this and got it correct.

Which of these is an opinion about cloud computing?

Businesses use the cloud to streamline operations

Resources on the cloud can be accessed by multiple users

Cloud storage is safer than storing it in local servers

Some have concerns about security and privacy in the cloud

Answers

"Some have concerns about security and privacy in the cloud" is an opinion about cloud computing.

The statement "Some have concerns about security and privacy in the cloud" is an opinion because it expresses a personal belief or judgement about the safety and privacy of cloud computing. While it is true that there are concerns about security and privacy in the cloud, it is not a fact that applies universally to all users and situations. Some users may find cloud storage to be just as safe or even safer than storing data in local servers, while others may have experienced security breaches or data loss in the cloud. Therefore, it is important to weigh the pros and cons of cloud computing and make an informed decision based on individual needs and circumstances.

Learn more about cloud computing: https://brainly.com/question/29846688

#SPJ11

Anyone have any ideas how to work this out x

Anyone have any ideas how to work this out x

Answers

Answer:

1.5 μs

Explanation:

time = distance / speed

if your cabinet is 300 m away, the time it takes is:

300 [m] / 200 000 x 10³ [m/s] = 1.5 x 10⁻⁶ s = 1.5 μs

Can anyone figure this out???? I need help ASAP!

Can anyone figure this out???? I need help ASAP!

Answers

Answer:

cant see

Explanation:

A Class or ID can be declared in the opening or closing tag
psing tag
O True
O False

Answers

Answer

True.

Explanation:

In HTML, you can declare a class or ID for an element in the opening tag or closing tag of the element.

Comment on the validity of the following statement and explain whether it is true or false: "The dises in the spine function as a shock absorber and act to cushion the spine against dynamic loads"

Answers

The intervertebral discs in the spine function as shock absorbers, therefore it is true that they act to cushion the spine against dynamic loads. The statement is valid, and it is supported by the structural composition of the intervertebral discs.

The intervertebral discs are located between the vertebral bodies in the spine. They are composed of a tough outer layer of fibrocartilage known as the annulus fibrosus, which surrounds a gel-like substance called the nucleus pulposus. The annulus fibrosus is responsible for resisting tension and the nucleus pulposus resists compression.In this way, the intervertebral discs play a significant role in the spine's biomechanics.

The spine is subjected to various dynamic loads, such as lifting, bending, twisting, and jumping. These loads place significant stress on the spinal column, which could cause significant injury if not absorbed and distributed appropriately. The intervertebral discs absorb a significant amount of these forces, allowing for even distribution and preventing the spine from experiencing an excessive load in one specific area.If the intervertebral discs do not function correctly, it could result in back pain or other spinal conditions. Some of these disorders include herniated discs, degenerative disc disease, and sciatica. This underscores the importance of having a healthy spine and functional intervertebral discs.An adequate diet and regular exercise can help to maintain spinal health. The use of proper lifting techniques, such as using the legs instead of the back, could also help to prevent spinal injury. Regular spinal checkups are also advised to detect any potential problems early on.

Learn more about intervertebral discs here:-

https://brainly.com/question/33843618

#SPJ11

can you cure the effects of fatigue without sleep

True or false

FOR THE LOVE OF GOD I NEED HELP PLEASE HELP

Answers

you can not cure the effects of fatigue without rest

Write a program in the if statement that sets the variable hours to 10 when the flag variable minimum is set.

Answers

Answer:

I am using normally using conditions it will suit for all programming language

Explanation:

if(minimum){

hours=10

}

Bryson has contacted you because he needs to know what kind of data he can synchronize from his iPad to his PC. What can Bryson synchronize from his iPad to his PC

Answers

Synchronization is known commonly as a computer term. Bryson can synchronize Contacts , E-books ,Notes, Photos , Music , Notes  and Calendar from his iPad to his PC .

Photos - Photos can be synchronized between Bryson's iPad and his PC by using iTunes via connecting the iPad to a USB port on a PC or wirelessly using Wi-Fi.

Notes- This can also be synchronized between Bryson's iPad and his PC through the use of iTunes.

Music - Music can be synchronized between Bryson's iPad and his PC so that if the iPad fails, he will have a backup of the purchases.

Contacts -Contacts can also be synchronized between Bryson's iPad and his PC through the use iTunes on the PC to synchronize items.

E-books - E-books can be synchronized between Bryson's iPad and the PC using iTunes or via download and installing iTunes on his PC.

Calendar - Calendar can be synchronized between Bryson's iPad and his PC using iTunes through permitting  iCloud Calendar and have his appointments saved on both the PC and the iPad.

Conclusively, Synchronization helps in saving of files in two separate places for safety.

Learn more from

https://brainly.com/question/14972393

Can a computer evaluate an expression to something between true and false? Can you write an expression to deal with a "maybe" answer?

Answers

Answer:

yes it can

Explanation:

Computers cannot evaluate an expression to be between true or false.

Expressions in computers are represented in boolean values; i.e. they can only take one of two values (either true or false, yes or no, 1 or 0, etc.)

Take for instance, the following expressions will be evaluated to true, because the expressions are true.

\(\mathbf{1 + 2 = 3}\).\(\mathbf{5>4}\).\(\mathbf{4 + 4 <10}\)

The following expressions will be evaluated to false, because the expressions are false.

\(\mathbf{1 + 2 > 3}\).\(\mathbf{5=4}\).\(\mathbf{4 + 4 >10}\)

The above highlights show that, a computer cannot evaluate expressions to another value other than true or false

Read more about computer expressions at:

https://brainly.com/question/17500565

How can an analog signal be converted into a digital signal.

Answers

Answer:

They first sample the signal, then quantify it to determine the resolution of the signal, and finally set binary values and send it to the system to read the digital signal.

Explanation:

hope it helps

mark me brainliest pls

The first sample is signal then sample it

Difference between batabse and database management system

Answers

Answer:A database is an organized collection of structured information, or data, typically stored electronically in a computer system. A database is usually controlled by a database management system (DBMS). ... The data can then be easily accessed, managed, modified, updated, controlled, and organized.

Explanation:A database could be grades that students get at school and to manage it we can use a spreadsheet program like excel

What should you do in order to have access to the header and footer tools? Open the View tab. Open the Page Setup dialog box. Open the header or footer. Click and drag the header down to the footer.

Answers

Answer:

Step 1  - Open the View tab.

Step 2 - Open the Page Setup dialog box

Step 3 - Open the header and footer tool.

Step 4 - Click OK.

Explanation:

In order to access to the header and footer tools

Step 1  - Open the View tab.

Step 2 - Open the Page Setup dialog box

Step 3 - Open the header and footer tool.

Step 4 - Click OK.

One reason to create a virtual machine with multiple multi-core vCPUs is:

Answers

The one would create a virtual machine with multiple multi-core vCPUs is to improve the overall performance and efficiency of the system. By allocating more vCPUs, the virtual machine can handle more concurrent tasks and workload, resulting in faster processing times and better resource utilization.

Virtual machines are often used to create isolated environments for running applications or hosting services. However, the performance of a virtual machine depends on the resources allocated to it, particularly the number of vCPUs and the amount of RAM. By configuring a virtual machine with multiple multi-core vCPUs, the system can handle more parallel processing tasks and distribute the workload more efficiently, which can significantly improve performance.

In summary, creating a virtual machine with multiple multi-core vCPUs is an effective way to boost performance and optimize resource utilization. By properly allocating resources to a virtual machine, one can create an efficient and responsive environment for running applications or hosting services.

To learn more about times visit;

https://brainly.com/question/26941752

#SPJ11

following the filing of a full and complete license application by a finance lender as well as the receipt of the relevant fees, the commissioner must either issue a license or file a statement of issues within:

Answers

After a finance lender files a complete license application and pays the fees, the commissioner has 120 days to either issue a license or file a statement of issues. It is crucial to submit a complete application and address any issues promptly to ensure a smooth process.

Following the filing of a full and complete license application by a finance lender as well as the receipt of the relevant fees, the commissioner must either issue a license or file a statement of issues within 120 days.

The answer is that the commissioner must either issue a license or file a statement of issues within 120 days. To ensure that the process runs smoothly, it is important to submit a complete application along with the required fees for the lender's license.

Within 120 days, the commissioner must act on the license application by issuing a license or filing a statement of issues. However, if the commissioner files a statement of issues, the finance lender will have to go through a hearing process to resolve any issues.

As a result, it is critical to make sure that the initial application is complete and that any issues are resolved as soon as possible so that the process can continue without interruption.

Learn more about license application: brainly.com/question/12928918

#SPJ11

Which of the following is used to represent comments in flowcharts?


A. Parallelogram

B. Diamond

C. Ghost rectangle or callout shape

D. Rectangle

Answers

The C. Ghost rectangle or callout shape is used to represent comments in flowcharts"

This shape is used to provide additional information or comments about a particular process or decision in a flowchart. It is typically a rectangular shape with a dashed or dotted border, and a tail pointing to the relevant step or decision. The parallelogram shape is used to represent input or output in a flowchart, while the diamond shape is used to represent decision points. The rectangle shape is used to represent a process or action in the flowchart. It is important to use the correct symbols and shapes in flowcharts to ensure clarity and accuracy in the representation of processes and decision-making.

learn more about  callout shape here:

https://brainly.com/question/19704602

#SPJ11

Lindsey would like to increase the average number of placements per month. Because executive placements are the most profitable, Lindsey wants to know how many executive placements she needs to reach the goal of 30 placements per month.
Use Goal Seek to set the average number of placements for all positions (cell I27) to the value of 30 by changing the average number of executive placements (cell I23).

Answers

Set cell I23 to 45 to achieve the goal of 30 average placements per month with executive placements being the most profitable.

To use Goal, Seek in Excel to set the average number of placements for all positions to 30 by changing the average number of executive placements, follow these steps:

Open the Excel spreadsheet containing the data.Click on the "Data" tab at the top of the screen.Click on "What-If Analysis" and select "Goal Seek."In the Goal Seek dialog box, set the "Set cell" to cell I27 (the average number of placements for all positions).Set the "To value" to 30 (the goal).Set the "By changing cell" to I23 (the average number of executive placements).Click "OK" to run Goal Seek.Goal Seek will adjust the value in cell I23 until the value in cell I27 reaches 30.Once Goal Seek is finished, the value in cell I23 will be the average number of executive placements needed to achieve the goal of 30 placements per month.

Learn more about executive placements here:

brainly.com/question/24179817

#SPJ1

When stacking interlocking rows should be used to minimize:________

Answers

When stacking, interlocking rows should be used to minimize movement and ensure stability.

What is stacking?

Stacking refers to the process of stacking products or materials on top of one another. Stacking is an excellent approach to optimize space and provide easy access to inventory items. Stacking, on the other hand, must be performed appropriately to ensure that it is safe and stable. There are many stacking methods, and each of them has its own set of benefits and drawbacks.

What are interlocking rows?

Interlocking rows are a form of stacking method that is commonly used to maximize stability and reduce movement. When using this technique, items are placed in rows with alternating placement. The interlocking rows help distribute weight evenly throughout the stack, minimizing the risk of collapse due to uneven weight distribution. This method is especially useful when stacking irregularly shaped objects or items that have different sizes or weights.

The benefit of using interlocking rows when stacking is that it ensures stability and minimizes movement. This reduces the risk of damage or injury caused by collapsing stacks. When stacking items, it is essential to use a method that is appropriate for the type of item being stacked and the storage conditions.

Learn more about Interlocking rows here:

https://brainly.com/question/30870651

#SPJ11

Liam and his team developed a social networking group site for their company. They launched the site, and more than 100 users have already
joined, with the number of users growing each day. Above all else, which critical user requirement must Liam and his team meet?
ОА.
ability to access old messages posted by users
OB.
free access to the site
Ocability to upload user videos
OD.
user privacy and confidentiality issues

Answers

Answer:

D. user privacy and confidentiality issues

Explanation:

Software development life cycle (SDLC) can be defined as a strategic process or methodology that defines the key steps or stages for creating and implementing high quality software applications.

There are seven (7) main stages in the creation of a software and these are; planning, analysis, design, development (coding), testing, implementation and execution, and maintenance.

Basically, the two (2) essential privacy concerns in the field of cybersecurity are knowing how personal data are collected and essentially how they're used by the beneficiaries or end users.

Above all else, the critical user requirement Liam and his team must meet is user privacy and confidentiality issues.

Confidentiality refers to the act of sharing an information that is expected to be kept secret, especially between the parties involved. Thus, a confidential information is a secret information that mustn't be shared with the general public.

If you use excel regularly, do you use a documentation
page? Can you see any advantages or disadvantages to
using the documentation page?

Answers

Using a documentation page in Excel can provide advantages such as improved organization, collaboration, and future reference.

As an AI language model, I don't have personal experiences or habits like using Excel or documentation pages. However, I can provide information on the advantages and disadvantages of using a documentation page in Excel:

Advantages of using a documentation page in Excel:

Organization: A documentation page helps keep track of important details, formulas, and processes used in the spreadsheet, improving organization and ease of understanding.

Collaboration: Documentation can be shared with others, facilitating collaboration and ensuring everyone has access to essential information about the spreadsheet.

Future reference: Having a documentation page allows users to refer back to it in the future, even if they haven't worked with the spreadsheet for a while, making it easier to understand and modify the file.

Disadvantages of using a documentation page in Excel:

Maintenance: Keeping the documentation up to date can be time-consuming, especially if there are frequent changes to the spreadsheet.

Duplication: There is a possibility of duplicating information already available in Excel's built-in features like comments or cell notes, leading to redundancy.

Accessibility: If the documentation page is not properly shared or stored, it may be difficult for others to locate or access the relevant information.

However, it may require additional effort for maintenance and can lead to duplication if not managed effectively. Consider the specific needs of your Excel usage and determine if a documentation page would be beneficial in your case.

To know more about excel visit :

https://brainly.com/question/3441128

#SPJ11

Dominic's mom asked him to create a chart or graph to compare the cost of candy bars over a five-month time period. Which chart or graph should he use?

Bar graph
Cloud chart
Line graph
Pie chart

Answers

its line graph

I took the test Explanation:

The chart or graph should he use is the Bar graph. Thus, option A is correct.

What is bar graph?

As we can present information similarly in the bar graph and in column charts, but if you want to create a chart with the horizontal bar then you must use the Bar graph. In an Excel sheet, you can easily draw a bar graph and can format the bar graph into a 2-d bar and 3-d bar chart. Because we use this chart type to visually compare values across a few categories when the charts show duration or when the category text is long.

A column chart has been used to compare values across a few categories. You can present values in columns and into vertical bars. A line graph chart is used to show trends over months, years, and decades, etc. Pie Chart is used to show a proportion of a whole. You can use the Pie chart when the total of your numbers is 100%.

Therefore, The chart or graph should he use is the Bar graph. Thus, option A is correct.

Learn more about graph on:

https://brainly.com/question/21981889

#SPJ3

Why should a programmer use a modular design when programming a game, even when a modular design does not change the games output?

Answers

If the software is extremely simple, the modular design would not be the best choice for a game.

What is meant by modular design?Modular design, also known as modularity in design, is a design paradigm that splits a system into smaller components called modules (such as modular process skids), which can be independently generated, changed, swapped with other modules, or between different systems.By dividing the bigger piece of code into smaller units—think modules—each of which holds a distinct function, modular software is created. With improved workload management, better re-usability, and simpler debugging procedures, modular design has been found to enhance the design process.Doing this requires the use of the five modular design components. The design, implementation, testing, deployment, update, and maintenance of each module should be as simple as feasible.

To learn more about modular design, refer to:

https://brainly.com/question/27825941

true or false,an oltp system must allow reading, writing and immediate updating of data.

Answers

The statement "An OLTP system must allow reading, writing and immediate updating of data" is TRUE because an OLTP (Online Transaction Processing) system is designed to handle transactions in real-time.

In other words, OLTP systems are optimized for fast and efficient processing of data transactions, which include reading, writing and immediate updating of data. An example of an OLTP system is an e-commerce website where customers can add items to their shopping carts, edit their orders, and make payments all in real-time.

In contrast to OLTP, an OLAP (Online Analytical Processing) system is designed for data analysis and decision-making purposes and is not optimized for transaction processing. OLAP systems allow complex queries and data analysis but are not suitable for immediate data updates.

Learn more about data https://brainly.com/question/29621691

#SPJ11

Which is true?• a. A testbench should only print messages when a test case fails• b. A testbench should test all possible values• c. Calling every method once ensures 100% code coverage• d. Passing all test cases ensures a program is bug free

Answers

The correct answer is B: "A testbench should test all possible values". This is true because the purpose of a testbench is to verify the functionality and performance of a design under all possible conditions.

By testing all possible values, a testbench can help identify any bugs or issues that may occur under different circumstances. This is important for ensuring that a design is robust and reliable, and can handle all possible scenarios without failure. Therefore, it is true that a testbench should test all possible values.

You can learn more about test bench at

https://brainly.com/question/23836233

#SPJ11

For this project, please search for an article in nursing that involves some level of statistical analysis. Here is what is expected:

1. Select your article, provide a link so your article can be accessed
2. Read the article and provide a summary of the article and any research done. 2-3 paragraphs will be sufficient
3. Look at the statistics used in the article. What was the research question (hypothesis)? What parameter would be of interest in this study (population mean, population proportion, population standard deviation, etc.) What was the statistical test run in analysis? (Did they run a regression analysis, Z-test, T-test, ANOVA, etc.) Write 2-3 paragraphs on this.
4. Share your research with the class through the Collaborations link on the left side of Canvas

Answers

I can provide you with an example and guide you through the process of analyzing a nursing research article that involves statistical analysis.

Example Article:

Title: "The Effect of a Nursing Intervention on Patient Satisfaction in a Hospital Setting"

Link: [https://www.examplelink.com/article12345](https://www.examplelink.com/article12345)

Summary:

The article investigates the impact of a specific nursing intervention on patient satisfaction in a hospital setting. The study involves a randomized controlled trial with two groups: an intervention group and a control group.

The intervention consists of implementing a structured communication program between nurses and patients during their hospital stay. Patient satisfaction is measured using a standardized survey questionnaire administered before and after the intervention.

The researchers collected data from 200 patients and analyzed the results.

Statistical Analysis:

The research question in this study is whether the nursing intervention has a significant effect on patient satisfaction. The parameter of interest would be the mean difference in patient satisfaction scores between the intervention and control groups.

To assess this, the researchers employed a t-test for independent samples. They compared the mean satisfaction scores between the two groups and evaluated whether any observed differences were statistically significant.

The statistical test used in this analysis is a two-sample t-test, which allows for the comparison of means between two independent groups. The t-test assesses whether the observed mean difference is statistically significant or occurred by chance.

By running this test, the researchers were able to determine if the nursing intervention had a significant impact on patient satisfaction.

Remember to substitute the example article and its content with a real nursing article and its details when you complete your project.

For more such questions nursing,click on

https://brainly.com/question/32338801

#SPJ8

The software concept ___________and defines a need for the new system.

Answers

Answer:

application

hope it helps you

What types of information should have their sources cited to avoid plagiarism? List at least 3

Answers

Answer:

Everything.It doesn't matter the information because there's always a way to plagiarize.No matter what the information, always, ALWAYS, cite the source.

Explanation:

Answer:To avoid plagiarism, cite your sources for statistics, opinions, quotes, and judgments.

Explanation:

Other Questions
The aquarium at the bank has 25 fish and the fish tank at Jamies houses has 10 fish.Write the ratio of the number of fish at the bank and at Jamies house which of the following is not a way that a teacher can officially respond to or dispute a decision by the office of professional practices? (competency 6) Which problems will have two decimal places in the product? Mark all that apply.Group of answer choicesA 3 0.65B 4.8 2C 8.1 10D 6.1 7.3F 7.22 100 If a person weighs 1000 N on the surface of the Earth, how much will they weigh on the surface of the Moon? What g value should we use to calculate the weight using Fg = mg? You are a financial advisor with a client who purchased 100 shares of stock in a fund with a net asset value of $21.30 and an offer price of $21.45. Your client wants to make $20 per share on the stock when it is sold. The client calls you to find out why you have not sold the shares today, because they saw the stock listed with a net asset value of $41.30 and an offer price of $41.45. Explain to your client why you have not sold the shares. Does matrix resurrections have a post credit scene? You are a travel agent working with clients who want to travel to brazil to spend time in a coastal city with a low population density. which city should you advise them to visit? Which is the graph of the function f(x) = x3 + x2 + x + 1? Consider the following third-order IVP: Ty''(t) + y"(t) (1 2y (t) 2)y'(t) + y(t) =0 y(0)=1, y'(0)=1, y''(0)=1, where T=-1. Use the midpoint method with a step size of h=0.1 to estimate the value of y(0.1) + 2y'(0.1) + 3y" (0.1), writing your answer to three decimal places. 2y=6x+8 y=3x+1 Are the lines parallel and solve the equations Which statement most accurately identifies the difference between a family that lives in comfort and one that cannot live in comfort? Choose all that apply. A. The first family has a higher standard of living. B. The second family works in agriculture. C. The second family cannot afford nutritious food and medical care if they get sick. D. The first family lives in New York City and takes public transportation. A) First, use the "completing the square" process to write this Solve applications in business and economics using derivatives. Given the profit function P(x)=x^2-60x - 14, where x = number of units and P(x) is in $ 100s. Find the number of units that must be produced and sold in order to maximize profit What is the purpose of the voyage in ""The Voyage of the James Caird""? if a natural monopolist switches to marginal cost pricing from charging a profit-maximizing price, there will be a(n): Following extinction , when the conditioned response (cr) gains strength again , we say it has been A. Generalized B. Discriminated C. Spontaneously recovered D. Initially inhibited Please answer this question down below. (35 Points) 4(u+3)-6u=32solve for u. Which macromolecule has a structure made upof monomers similar to the one shown above?A. nucleic acidsB. ProteinsC. Carbohydrates D. Fatty acids Thelma and louise drove 341 miles and used 15.5 gallons of gas how many miles did their car get per gallon of gas