Question

Here is an example of using the llisting package to display code. Check the preamble to see where this is imported and set up. After that you will see a sample interaction from the DrRacket console to show how this function could be tested. You should provide similar listings and output for each of the functions in this exercise i (define (tailcountif x 1) 2 (define (tcount x l n) (cond ((empty? ) n) ((= x (car 1)) (tcount x (cdr 1) (+ 1 n))) (true (tcount x (cdr1) n)))) 6 (tcount x 1 0)) > (tailcountif 2 (list 1 2 3 1 2 3 2 4 5 2 3)) 4 > (tailcountif 5 (list 1 2 3 1 2 3 2 4 5 2 3)) ilcountif 6 (list 1 2 3 1 2 3 2 4 5 2 3)) > (ta > (tailcountif 2 0) > (tailcountif 2 (list 3)) > (tailcountif 2 (list 2)) Complete definitions for each of the functions listed below, including for each code listing and testing as shown above. 1. (gcd a b) a function that computes the greatest common divisor of two integers using the Euclidean Algorithm. You may assume a is greater than 0 and b is greater than or equal to 0. Solution: 2. (fastexp a b n) -a function that computes abon using the fast exponentiation algorithm. You should use the Racket functions quotient and remainder for integer arithmetic Solution: 3. (is-sorted? 1, pred)-a function that determines whether of not the list 1 is sorted where the order is determined by: p comes before q when (pred p q) has value #t. Solution:

Can someone please help me with these questions? There is one example given. The solution should be like that. Necessary lines of codes which can run in dr.Racket.
thank you!!

0 0
Add a comment Improve this question Transcribed image text
Answer #1

A pre-posting bundle is a parcel of significant data that incorporates everything a vender has to think about the way toward moving their property and what it will resemble to work with you and your organization.

This ought to be conveyed preceding your posting conference so the dealer has room schedule-wise to survey the data. You do your exploration on the merchant and their property preceding gathering — so why not enable the dealer to out with some examination on you?

On the off chance that you need an opportunity to win a posting toward the finish of your conference without the vender setting aside opportunity to "consider it," you should utilize a pre-posting parcel and convey it ahead of time of your gathering.

Here are a couple of things that you ought to incorporate into your ideal pre-posting bundle:

Your memoir

Tributes from your customers

Data about your business

A total promoting plan

Affiliations and dispersion channels

Instances of your computerized and print showcasing materials

Market insights

A rundown of inquiries each dealer ought to ask their Realtor

Prologue to any extra administrations (for example exchange the board, title, escrow, and so forth.)

A rounded out posting assention (with the exception of cost)

Homework for the dealers (property divulgence shapes, and so forth.)

Whatever else that can separate you and help the vender prepare to showcase their property

Modify this parcel for every dealer that you meet with. This is an incredible method to exhibit the estimation of working with a proactive land counselor.

The pre-posting bundle likewise causes you lead a touch of due tirelessness on the dealer.

In the event that you experience the inconvenience to set up a modified bundle of data for them and they don't peruse it, I'm not catching that's meaning?

On the off chance that you are not yet utilizing a pre-posting parcel, the time has come to begin! On the off chance that you presently utilize a pre-posting bundle, do you have any examples of overcoming adversity to share? Assuming this is the case, remark underneath or give me a message.

Matt Bonelli is a director and dealer relate for Turpin Realtors' Chatham office in Chatham, New Jersey. You can tail him on Twitter or get familiar with him on LinkedIn.

Add a comment
Know the answer?
Add Answer to:
Can someone please help me with these questions? There is one example given. The solution should...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • can somebody help me with this exercise 5 Euclidean algorithm The largest common divisor (gcd) of...

    can somebody help me with this exercise 5 Euclidean algorithm The largest common divisor (gcd) of two positive integers p and q can be given by the Euclid's algorithm explained in the lecture will be determined. · Write a function gcdIterative that uses the largest common divisor of p and q Calculates loop structure and returns. Use the pseudocode given in the lecture as a starting point and implement it as directly as possible into a C ++ program. Use...

  • Use R language to program Problem 1: Greatest Common Divisor (GCD) Please write two functions, g...

    Use R language to program Problem 1: Greatest Common Divisor (GCD) Please write two functions, g edi ) and gcdr , which both take two integers a, b and calculates their greatest common divisor (GCD) using the Euclidean algorithm gcdi () should do so using iteration while gcdr () should use recursion. Then write a third function, gcd(), which takes two integers a, band an optional third argument nethod which takes a charater string containing either "iterative" or "recursive", with...

  • C++ PROGRAM ONLY! For this lab you need to write a program that will read in...

    C++ PROGRAM ONLY! For this lab you need to write a program that will read in two values from a user and output the greatest common divisor (using a recursive implementation of the Euclidean algorithm) to a file. In Lab #3, you implemented this program using an iterative method. Greatest Common Divisor In mathematics, the greatest common divisor (GCD) of two or more integers (when at least one of of them is zero then the larger value is the GCD....

  • For number 25, can someone explain to me how they got (2^(ab-b)+2^(ab-2b)+2^(ab-3b)+...+(2^(ab-ab)) and how they reache...

    For number 25, can someone explain to me how they got (2^(ab-b)+2^(ab-2b)+2^(ab-3b)+...+(2^(ab-ab)) and how they reached to that conclusion? For number 29, can someone explain to me how "it can't be greater than the greatest common divisor of a-b and b"? I would think that gcd(a, b) would be greater than gcd(a-b, b) because "a" and "b" are bigger than "a-b" and "b" so that confused me. Thank you! 25. Ifn e N and 2n - 1 is prime, then...

  • can someone guide me step by step on this solution are provided! PLEASE HELP!!! midterm next...

    can someone guide me step by step on this solution are provided! PLEASE HELP!!! midterm next week. confused about how to graph these and how they got to the answers O Q Q Ê Q Search 3. Rachel's preferences for goods x and y are represented by the following utility function: U(x,y) = 3/4, 1/4 (c) Graph the indifference curves corresponding to U = 2 and to U = 4. Ans: - U-2 - (d) Assume that y=1. Graph U(r....

  • LANGUAGE C++ I need help with all 3 questions. Thank you in advance Password Generator← 10...

    LANGUAGE C++ I need help with all 3 questions. Thank you in advance Password Generator← 10 10.201.51. eRAD D scheduling山UitPro 6 Fizz Buzz Write a function "void FizzBuzz(int n)" that lists all of the numbers from 1 to n, but replace all numbers divisible by 3 but not divizible by 5 with the word "Fizz", replace all numbers divisible by 5 but not divisible by 3 with the word "Buzz", and replace all numbers divisible by both 3 and 5...

  • (C++ program) Can someone help me with this homework? Write a function named selectPositive that given...

    (C++ program) Can someone help me with this homework? Write a function named selectPositive that given a table of n x m integers, copies the elements that are greater than zero ( > 0 ) to a 1D array, column by column. For instance: int table[MAX_ROW][MAX_COL] = { {10, -2, -3, -4, 0, 85}, {-5, -6, 0, 80, -5, 10}, {90, 11, -1, 31, -3, -4}, {41, 51, 6, 71, -7, 19} }; int n = 4, m = 6;  ...

  • In Assembly Language Please display results and write assembler code in (gcd.s) The Euclidean algorithm is...

    In Assembly Language Please display results and write assembler code in (gcd.s) The Euclidean algorithm is a way to find the greatest common divisor of two positive integers, a and b. First let me show the computations for a=210 and b=45. Divide 210 by 45, and get the result 4 with remainder 30, so 210=4·45+30. Divide 45 by 30, and get the result 1 with remainder 15, so 45=1·30+15. Divide 30 by 15, and get the result 2 with remainder...

  • discrete math Search il 17:16 [Problem] 1 (a) Give an external definition of the set S {sls EZA+ and gcd(x, 12) 1) (...

    discrete math Search il 17:16 [Problem] 1 (a) Give an external definition of the set S {sls EZA+ and gcd(x, 12) 1) (B) Write all the proper subsets of the set {1, 2 3}, and (c) define the function for real number a and positive integer n ,f: RxZ^+ R as f (a,n) a^n , Give a recursive definition of the function (d) Calculate gcd (60, 22) using Euclidean algorithm (e) Give 3 positive integer x that satisfies 4x 6...

  • Can someone please help me with this data structure class exercise? Will rate b. Given the...

    Can someone please help me with this data structure class exercise? Will rate b. Given the following sorted singly linked list 5 header 1 shown above to trace the a) Use the implemented sorted linked list and the sorted linked list L following statements. Draw the status of the new list after each statement. List L2(L1) L2.insert(5); L2 insert (7); L2. insert(4); cout<cL2; し2.erase(4); し2.erase(7); cout«<L2;

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT