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
Roman55 [17]
3 years ago
6

What box is it please answer if u know :) 1 2 or 3?

Business
2 answers:
Softa [21]3 years ago
7 0

Answer:

Java expression for the following:-

(a+b)²+b

\sf \: z=x³+y³+ \frac{xy}{3}z=x³+y³+

3

xy

Answer:-

There are two ways to write it as a Java Expression:-

\sf{(a+b)^2 + b}(a+b)

2

+b

Math.pow((a+b),2)+b

((a+b)*(a+b))+b

\sf{x^3 + y^3 + (\dfrac{xy}{3})}x

3

+y

3

+(

3

xy

)

z=(x*x*x)+(y*y*y)+((x*y)/3);

z=Math.pow(x,3)+Math.pow(y,3)+((x*y)/3);

Note:-

Math.pow() returns the number raised to power other number

It always returns the double type value

More about Math Functions:-

Math.max() is used to find the maximum value between 2 numbers. SYNTAX:- Math.max(a,b);

Math.min() returns the minimum value between two numbers. SYNTAX:- Math.min(x,y);

Math.abs() returns absolute value of the given number. SYNTAX:- Math.abs();

Math.ceil() returns rounded value upto nearest higher integer. SYNTAX:- Math.ceil(x);

Math.floor() returns rounded value upto nearest lower integer. SYNTAX;- Math.floor(x);

Math.round() returns the rounded value of the number upto nearest integer.

Math.cbrt() returns cube root of a number. SYNTAX:- Math.cbrt(x);

Math.sqrt() returns square root of a number. SYNTAX:- Math.sqrt(x);

Ne4ueva [31]3 years ago
3 0

Answer:

I think it is 3 not 12 according to me but I am not sure about it.

You might be interested in
Cassie is going to join a gym because new membership is very cheap. When she gets there, she discovers that there are added cost
siniylev [52]

Available options are:

a. Normative influence

b. Door-in-the-face

c. Foot-in-the-door

d. Lowballing

Answer:

Option D. Lowballing Strategy

Explanation:

Lowballing strategy is when an organization advertises its low cost product or service and doesn't advertises the hidden costs to attract customers. The customer when interacts the company the sales team most likely make sales due to their experience. Such type of marketing products is common in printers whose cost is kept low whereas the tuner price is kept high which helps them to earn profit.

8 0
3 years ago
Outstanding checks
oksano4ka [1.4K]

D) Haven't been presented to the bank for payment but have been subtracted in the checkbook

3 0
3 years ago
The weighted moving average forecast for the fifth period, with weights of 0.15 for period 1, 0.20 for period 2, 0.25 for period
bulgar [2K]

Answer:

a. 3,760

Explanation:

The computation is shown below:

Period     Demand    Weight    Demand × weight

1               3,500         0.15        525

2              3,800         0.20        760

3              3,500         0.25        875

4              4,000         0.40        1,600

Total                                          3,760                      

We simply multiplied the demand with the weight to get the total.        

4 0
3 years ago
The term value chain refers to the idea that a company is: Group of answer choices The producer of a series of customer-valued p
wel

Answer:

A series of activities that transform inputs into products that customers value.

Explanation:

A product can be defined as any physical object or material that typically satisfy and meets the demands, needs or wants of customers. Some examples of a product are mobile phones, television, microphone, microwave oven, bread, pencil, freezer, beverages, soft drinks, etc.

The core benefit of a product can be defined as the basic (fundamental) wants or needs that is being satisfied, met and taken care of when a customer purchase a product.

Hence, the term that refers to the first level of a product, which depends on the customer value it generates is generally referred to as a core benefit. For example, a hotel provides a comfortable and convenient bed to spend the night (sleep) when you travel for a vacation.

On a related note, a value chain refers to the idea that a company is a series of activities that transform inputs into products that customers value.

4 0
3 years ago
Partner Industries sells a single product for $50 that has a variable cost of $30. Fixed costs amount to $5 per unit when antici
Vera_Pavlovna [14]

Answer:

b. $20.

Explanation:

Regardless of what the break-even volume is, at this volume profits are zero.

This means that any unit sold beyond this point will provide a profit equivalent to its marginal benefit, which is its selling price subtracted by its variable cost.

If a product sells for $50 and has a variable cost of $30, by selling one unit in excess of its break-even volume, the profit will be:

P= \$50-\$30 =\$20

The profit will be $20.

8 0
4 years ago
Other questions:
  • You are responsible for staffing a decision-making team that must be able to share information openly and honestly to perform we
    12·1 answer
  • When defining the issue for which a decision has to be made, framing the issue in a positive way _____. a. Allows everyone to fe
    12·2 answers
  • More magazine is a publication designed to appeal to women aged 40 and over. demand for such magazines is an example of how chan
    11·2 answers
  • Your business unit has been competing vigorously with another company for years. Your co-worker Gia recently worked for that com
    5·1 answer
  • Legazint, a law firm, organizes its staff into departments based on the type of clients the department deals with. These departm
    13·1 answer
  • When employees are unclear about work methods, scheduling, and performance criteria because others hold different ideas about th
    12·1 answer
  • You can buy property today for $2.2 million and sell it in 5 years for $3.2 million. (You earn no rental income on the property.
    5·1 answer
  • DuPont identity.  For the firms in the popup​ window,
    7·1 answer
  • In its first year of operations Best Corp. had income before tax of $540,000. Best made income tax payments totaling $177,000 du
    12·1 answer
  • Mountain High Ice Cream Company transferred $68,000 of accounts receivable to the Prudential Bank. The transfer was made without
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!