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
kakasveta [241]
2 years ago
14

A builder from State A sued a homeowner from State B for breach of contract in federal court, alleging that the homeowner failed

to pay the second half of the agreed-upon price for completion of construction on a house. The process server attempted to serve the summons and complaint on the homeowner at the house, but after two failed attempts, instead served it on an elderly next-door neighbor, who was out in the front yard and volunteered to accept it on the homeowner's behalf. The homeowner then filed a motion to dismiss for insufficient process. Assume that the requirements for service of process in both states are identical to the requirements of the Federal Rules of Civil Procedure. Is the court likely to dismiss the action for insufficient process
Business
1 answer:
Nadusha1986 [10]2 years ago
4 0

Answer:

No

Explanation:

It is very unlikely they the case is dropped for insufficient process as the scenario does not describe any defect in the documentation and writings contained in the document. The issue with the process is likely in the manner in which the document was served. This is because, the document was served to an elderly next door neighbor which in a way can allow the homeowner to file for insufficient service of process. Therefore, the homeowner will most likely fail in it's quest to have the case dropped for insufficient process based on the argument presented above.

You might be interested in
Consider a simple example economy where there are two goods, coconuts and restaurant meals (coconut-based). There are two firms.
tekilochka [14]

A) Product Approach

GDP = Value added of all industries

Value added = revenue - intermediate costs

Value added coconut producer = $20,000,000 (it does not have intermediate costs)

Value added restaurant = $30,000,000 - $12,000,000 (cost of coconuts)

                                        = $18,000,000

Value added government = $5,500,000 (collected in taxes, $3 million from the restaurant, $1.5 million from the coconut producer, and $1 million from consumers).

GDP = $20,000,000 + $18,000,000 + $5,500,000

        = $43,000,000

B) Expenditure Approach

GDP = Consumption + Investment + Government Spending + Net Exports

Consumption = $8,000,000 in coconuts + $30,000,000 in meals

                       = $38,000,000

Investment = $0

Government Spending = $5,500,000 in government wages

Net Exports = $0 (it is a closed-economy)

GDP = $38,000,000 + $0 + $5,500,000 + $0

       = $43,500,000

C) Income Approach

Wages = $14,500,000

Corporate Profits  = $24,000,000

Interest income = $500,000

Taxes = $4,500,000

GDP = $43,500,000

e. How does this new piece of information affect your calculations in the expenditure approach? Explain.

GDP under the expenditure approach, would rise by the value of the unsold coconuts ($1 million) as long as the coconuts were harvested in the given year. This is because inventory produced in the given year, is part of that year's GDP.

7 0
3 years ago
Debbie Brooks and Martha Tingstrom lived together. Tingstrom handled their finances. For five years, Brooks did not look at any
Vladimir [108]

Answer:

Debbie Brooks is the one who will suffer the loss for the checks paid with Brook's forged signature.

Explanation:

Debbie Brooks is the one who will suffer the loss for the checks paid with Brook's forged signature because Brooks was supposed to be checking the statement regarding her accounts frequently . By that, she could have discovered that Tingstrom had taken $85,000 from her checking account with Transamerica Financial Advisors and hence be able to sue her.

After Debbies Brooks discovered what Martha had done, she should have have stopped the transaction immediately but instead another year passed before she filed a suit against Transamerica. Hence, she will be one who will suffer from the forged signature.

8 0
3 years ago
For each of the following items before adjustment, indicate the type of adjusting entry (prepaid expense, unearned revenue, accr
igor_vitrenko [27]

Answer:

See explanation

Explanation:

(a) Assets are understated - If we do not adjust accrued revenue, the assets are understated. For example - if we do not add any outstanding rent revenue, the assets will become understated.

(b) Liabilities are overstated - If we do not adjust unearned revenue, the liabilities are overstated. For example - if we do not deduct any expired unearned revenue, the liabilities will become overstated.

(c) Liabilities are understated - If we do not adjust accrued expense, the liabilities are understated. For example - if we do not add any outstanding rent expense, the liabilities will become understated.

(d) Expenses are understated - If we do not adjust accrued expense and prepaid expense, the expenses are understated. For example - if we do not add any outstanding rent expense and expired prepaid expenses, the expenses will become understated.

(e) Assets are overstated - If we do not adjust prepaid expense, the assets are overstated. For example - if we do not deduct any expired prepaid insurance, the assets will become overstated.

(f) Revenue is understated - If we do not adjust accrued revenue and unearned revenue, the revenue is understated. For example - if we do not add any outstanding rent revenue and expired unearned revenue, the revenue will become understated.

3 0
3 years ago
This program will store roster and rating information for a soccer team. coaches rate players during tryouts to ensure a balance
Vedmedyk [2.9K]

Answer:

Explanation:

#include <iostream>

#include <vector>

using namespace std;

int main() {

   vector<int> jerseyNumber;

   vector<int> rating;

   int temp;

   for (int i = 1; i <= 5; i++) {

       cout << "Enter player " << i

            << "'s jersey number: ";

       cin >> temp;

       jerseyNumber.push_back(temp);

       cout << "Enter player " << i

            << "'s rating: ";

       cin >> temp;

       rating.push_back(temp);

       cout << endl;

   }

   cout << "ROSTER" << endl;

   for (int i = 0; i < 5; i++)

       cout << "Player " << i + 1 << " -- "

            << "Jersey number: " << jerseyNumber.at(i)

            << ", Rating: " << rating.at(i) << endl;

   char option;

   '

   while (true) {

       cout << "MENU" << endl;

       cout << "a - Add player" << endl;

       cout << "d - Remove player" << endl;

       cout << "u - Update player rating" << endl;

       cout << "r - Output players above a rating"

            << endl;

       cout << "o - Output roster" << endl;

       cout << "q - Quit" << endl << endl;

       cout << "Choose an option: ";

       cin >> option;

       switch (option) {

           case 'a':

           case 'A':

               cout << "Enter a new player's"

                    << "jersey number: ";

               cin >> temp;

               jerseyNumber.push_back(temp);

               cout << "Enter the player's rating: ";

               cin >> temp;

               rating.push_back(temp);

               break;

           case 'd':

           case 'D':

               cout << "Enter a jersey number: ";

               cin >> temp;

               int i;

               for (i = 0; i < jerseyNumber.size();

                    i++) {

                   if (jerseyNumber.at(i) == temp) {

                       jerseyNumber.erase(

                               jerseyNumber.begin() + i);

                       rating.erase(rating.begin() + i);

                       break;

                   }

               }

               break;

           case 'u':

           case 'U':

               cout << "Enter a jersey number: ";

               cin >> temp;

               for (int i = 0; i < jerseyNumber.size();

                    i++) {

                   if (jerseyNumber.at(i) == temp) {

                       cout << "Enter a new rating "

                            << "for player: ";

                       cin >> temp;

                       rating.at(i) = temp;

                       break;

                   }

               }

               break;

           case 'r':

           case 'R':

               cout << "Enter a rating: ";

               cin >> temp;

               cout << "\nABOVE " << temp << endl;

               for (int i = 0; i < jerseyNumber.size();

                    i++)

                   if (rating.at(i) > temp)

                       cout << "Player " << i + 1

                            << " -- "

                            << "Jersey number: "

                            << jerseyNumber.at(i)

                            << ", Rating: "

                            << rating.at(i) << endl;

               break;

           case 'o':

           case 'O':

               cout << "ROSTER" << endl;

               for (int i = 0; i < jerseyNumber.size();

                    i++)

                   cout << "Player " << i + 1 << " -- "

                        << "Jersey number: "

                        << jerseyNumber.at(i) << ", Rating: "

                        << rating.at(i) << endl;

               break;

           case 'q':

               return 0;

           default:

               cout << "Invalid menu option."

                    << " Try again." << endl;

       }

   }

}

4 0
3 years ago
Communication skills are unimportant in today’s technologically advanced world. Please select the best answer from the choices p
Valentin [98]

Answer:

false

Explanation:

even with technology you still need to know how to communicate properly.

5 0
3 years ago
Read 2 more answers
Other questions:
  • Hunters should teach others, work with landowners, and cooperate with game wardens. these efforts are part of what makes a hunte
    11·1 answer
  • Because scarcity exists, any strategy for allocating scarce resources must address A) for whom to produce, what to produce, and
    11·2 answers
  • A monopolistically competitive firm chooses A. price, but output is determined by a cartel production quota.B. the price, but co
    14·1 answer
  • Which of the following is an example of technological progress?
    15·2 answers
  • Chloe is the billing and accounting department manager in a large organization. The CEO is shifting the tall hierarchal structur
    8·1 answer
  • A dealer buys 10,000 shares of ABC common at $20 for its inventory. One week later the stock is quoted at $22 - $23, and a custo
    7·1 answer
  • Nepal is secular country​
    13·1 answer
  • Hi there <br><br> Can anyone please explain to me what is meant by How would you conduct training?
    15·1 answer
  • General Mattress Company makes Memory Foam mattresses, a mass-market high-volume product, and Magnetic Levitation mattresses, a
    10·1 answer
  • If you have $600 and you find an investment that annually yields 3%, how much interest would you earn in 15 years?
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!