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]
2 years ago
6

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

Business
2 answers:
Softa [21]2 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]2 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
Icon International, a software company, incorporated on January 1, 2013 is planning to convert to IFRS. The company decided to p
bekas [8.4K]

Answer:

The correct transition date which Icon international will show is B) January 1, 2015.

Explanation:

Icon international which was incorporated on January 1, 2013, wants to convert to IFRS( International financial reporting standards ) , which provides a  similar international language for business affairs, which would help making company accounts comparable and understandable across the global boundaries.

The correct transition date would be the year starting date ( 1 January ) , as the year in which company starts adopting to IFRS standards and making IFRS statements , so here the January 1, 2015 would be the correct transition date.

6 0
3 years ago
Storico Co. just paid a dividend of $1.50 per share. The company will increase its dividend by 20 percent next year and then red
jeyben [28]

Answer:

The selling price today = $28.536

Explanation:

The question states that D0 is $1.5.

To calculate price, we need to calculate Present value of future dividends along with a terminal value from the time the dividend growth is becoming constant.

The D1 growth will be 20% of D2.

The fall in dividend growth will be 5% till it reaches 5%.

  • P0 = D1 / (1+r)  +  D2 / (1+r)²  +  D3 / (1+r)³  + D4 / r-g
  • Where,
  • r = required rate of return
  • g = growth rate

Thus,

P0 = 1.5*(1.2) / (1+0.15)  +   1.5*(1.2)*(1.15) / (1+0.15)²  +   1.5*(1.2)*(1.15)*(1.1) / (1+0.15)³   +  1.5*(1.2)*(1.15)*(1.1)*(1.05) / (0.15 - 0.05)

P0 = $28.536

4 0
2 years ago
What is the advantage of having only one inbox?
Alik [6]
You can receive all emails without switching to other inboxes. its convient and faster
8 0
3 years ago
Read 2 more answers
What is new marketing ?
Talja [164]

Answer:

New media marketing centers on promoting brands and selling products and services through established and emerging online channels, harnessing these elements of new media to engage potential and current customers.

Explanation:

7 0
3 years ago
A manufacturing company that produces a single product has provided the following data concerning its most recent month of opera
ZanzabumX [31]

Answer:

$71,240

Explanation:

The computation of the total gross margin under absorption costing is shown below:

As we know that

Gross Margin = Sales - Variable Manufacturing Cost - Fixed Manufacturing Overhead For Units Sold

Sales (2,740 units × $131) $358,940

Less Manufacturing Costs  

Direct Materials (2,740 units × $44) $120,560

Direct Labor (2,740 units × $19) $52,060

Variable Manufacturing Overhead (2,740 units × $13) $35,620

Fixed Manufacturing Overhead ($85,260 ÷ 2,740 units ÷ 2,940 units) $79,460

Gross Margin                         $71,240

We simply applied the above formula

6 0
3 years ago
Other questions:
  • Cathy’s apartment was broken into and her two-year-old sound system was taken. Cathy had paid $1,400 for the system, but it will
    9·1 answer
  • If 99 million people are working and 1 million are unemployed but actively seeking work, then the unemployment rate is ________.
    14·1 answer
  • Ross Corporation produces a single product. The company has direct materials costs of $8 per unit, direct labor costs of $6 per
    10·1 answer
  • Coca-Cola was first marketed in the 1860s as a patent medicine, designed to offer the virtues of cocaine without the vices of al
    6·1 answer
  • Louisa and Ray are evaluating the amount of recess time that should be given in the next school year at a new combined school fo
    9·1 answer
  • Exercise 4-2A Allocating costs between divisions Beasley Services Company (BSC) has 50 employees, 28 of whom are assigned to Div
    14·1 answer
  • If you encounter a process that has limited flexibility, shorter lead times, and cheaper products, customization most likely is
    11·1 answer
  • At December 31, ABC reported accounts receivable of $272,000 and an allowance for uncollectible accounts of $1,350 (credit) befo
    8·1 answer
  • When making airline reservations for a traveller, the travel agent does not need to know?​
    5·1 answer
  • Why is it important to track your income and your expenses?
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!