1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Tom [10]
2 years ago
7

Which of the following is NOT a useful strategy when making an informed purchase ?

Computers and Technology
1 answer:
Jlenok [28]2 years ago
7 0

Answer:

3 Reasons to Use Cash and 3 Reasons to Choose Credit

Credit and debit cards have become so ubiquitous, you'd be forgiven for thinking physical cash is just a couple years away from being declared obsolete and worthless by the government.

Well, as it turns out, the death of dead presidents is greatly exaggerated, as over $1.25 trillion still circulates around the United States alone.

Way too many people use cash for it to ever go away completely, regardless of how much plastic gets wiped every day.

Easier to Watch and Control Your Spending

Actually seeing the cash you owe, as opposed to simply staring at a generic card with no monetary value of its own, can remind you to spend less overall, since all of a sudden the money is real, and real valuable at that.

Financial guru Ramit Sethi, for example, lost his credit card, and spent nothing but cash until a replacement came. He reported spending 18% less when forced to watch his green wad dwindle in real-time.

Some Places Still Don't Take Plastic (or Require a Minimum Purchase Amount)

Amazingly, over half of all small businesses won't take cards, likely because they can't afford the fees.

It's always good to keep at least some cash on you in case you need to make a purchase from one of these places.

Explanation:

3 Reasons To Use Cash (and 3 Reasons To Choose Credit)

Credit and debit cards have become so ubiquitous, you'd be forgiven for thinking physical cash is just a couple years away from being declared obsolete and worthless by the government.

Well, as it turns out, the death of dead presidents is greatly exaggerated, as over $1.25 trillion still circulates around the United States alone.

Way too many people use cash for it to ever go away completely, regardless of how much plastic gets wiped every day.

So why in the world would anydiv still pay with Georges and Bens? Here are a few good reasons why:

Less Chance of Identity Theft

Few things are scarier than hearing that the store you regularly swipe your card at just had a security breach, and that some anonymous criminal may have your identity at their disposal.

Paying cash eliminates that issue -- chunks of metal and pieces of paper stacked in a register tells fraudsters absolutely nothing, while the information sent to vulnerable computers via your bank card can reveal everything.

Easier to Watch and Control Your Spending

Actually seeing the cash you owe, as opposed to simply staring at a generic card with no monetary value of its own, can remind you to spend less overall, since all of a sudden the money is real, and real valuable at that.

Financial guru Ramit Sethi, for example, lost his credit card, and spent nothing but cash until a replacement came. He reported spending 18% less when forced to watch his green wad dwindle in real-time.

Some Places Still Don't Take Plastic (or Require a Minimum Purchase Amount)

Amazingly, over half of all small businesses won't take cards, likely because they can't afford the fees.

It's always good to keep at least some cash on you in case you need to make a purchase from one of these places.

Even if they accept cards, some of these businesses might only do so if you spend X amount, in order to override the fee.

If you entered the store to spend more than the minimum amount, then swipe away. But if you only want a loaf of bread, and they want you to spend $10 before they'll accept your card, just pay for your bread with bread.

That all being said though, there are several cases where plastic owns cash. Here are a few of those:

Online Purchases

Increasing amounts of items can now only be purchased online and with a credit card, or at the very least are extremely difficult to cover with cash.

Plane tickets, while still technically available at a travel agent's physical office, are usually much, much cheaper online, where you can't obviously use cash. The same thing goes for e-books, MP3s, subscriptions to streaming sites, and the like.

The more you shop online, the more reliant you will become on cards in your everyday life.

You might be interested in
Which statement is true? Select 3 options.
irina1246 [14]

Answer:

The statements which are true are;

  • A user-defined data type can include other user-defined data types
  • A user-defined data type is defined using a class
  • A user-defined data type can include a list

Explanation:

A user-defined data type (UDT) is a datatype that is defined and derived by the use of the datatypes which preexist including existing user-defined datatypes and the built-in datatypes

It is therefore true that a user-defined data type can include other user-defined data types

A class is a user-defined data type that contains both its member data and member functions, that can be used when an instance of the class is first created

Therefore, a user-defined data type is defined using a class

In a user-defined data type, a variable has actual data within it which can include an array or list

Therefore a user-defined data type can include a list.

3 0
2 years ago
Read 2 more answers
Alexis plans to stop trading once she lose 5% of her account balance, her account balance is $215.00. How much money is she will
irina1246 [14]

Answer:

She's willing to lose $10.75.

Explanation:

$215.00 * .05 = answer

         or

$215.00 * .95 = x

$215.00 - x = answer

7 0
2 years ago
An effective problem statement ensures that
swat32
The software design effectively addresses the issues
6 0
2 years ago
1 #include 2 3 int max2(int x, int y) { 4 int result = y; 5 if (x > y) { 6 result = x; 7 } 8 return result; 9 } 10 11 int max
Serhud [2]

Answer:

7

Explanation:

#include <stdio.h>

int max2(int x, int y) {

   int result = y;

   if (x > y) {

       result = x;

   }

   return result;

}

int max3(int x, int y, int z) {

   return max2(max2(x,y),z);

}

int main() {

   int a = 5, b = 7, c = 3;

   printf("%d",max3(a, b, c));

   printf("");

   return 0;

}

Hi, first of all, next time you post the question, it would be nice to copy and paste like above. This will help us to read the code easily. Thanks for your cooperation.

We start from the main function:

The variables are initialized → a = 5, b = 7, c = 3

max3 function is called with previous variables and the result is printed → printf("%d",max3(a, b, c));

We go to the max3 function:

It takes 3 integers as parameters and returns the result of → max2(max2(x,y),z)

Note that max2 function is called two times here (One call is in another call actually. That is why we need to first evaluate the inner one and use the result of that as first parameter for the outer call)

We go to the max2 function:

It takes 2 integers as parameters. If the first one is greater than the second one, it returns first one. Otherwise, it returns the second one.

First we deal with the inner call. max2(x,y) is max2(5,7) and the it returns 7.

Now, we need to take care the outer call max2(7, z) is max2(7, 3) and it returns 7 again.

Thus, the program prints 7.

6 0
2 years ago
Which of the following is Not included in the Web Accessibility Initiative? Don’t rely on color alone.
Doss [256]
I'm pretty sure it's D. Provide discount software for the underprivileged.
3 0
3 years ago
Other questions:
  • Your Economics teacher has asked you to create a chart showing how supply and demand affects the price of gasoline. Which applic
    13·2 answers
  • MD5 uses a hash value to create a hash which is typically a 32 character hex number and how many bits?
    11·1 answer
  • Wordwrap forces you to stop typing words and press the enter key at the end of each line.
    12·1 answer
  • If you come to a stumbling block and can't think of any more ideas, what could you do? select all that apply 2pts.
    11·2 answers
  • _____________ is the characteristic of a resource that ensures that access is restricted to only permitted users, applications,
    14·1 answer
  • when you create workplace documents, it is most important to ensure that they are clear, professional, and a. short. b. informal
    7·1 answer
  • Which of the following identifies the patterns used for each data series in a chart?
    13·1 answer
  • What feature of Windows Server allows for agentless authentication?
    7·1 answer
  • The force required to slide an object is equal to _____.
    13·1 answer
  • Help please i will give Brainliest
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!