Question

A flag is a 1x3 rectangle made of three 1x1 squares. Each square will be painted...

A flag is a 1x3 rectangle made of three 1x1 squares. Each square will be painted in one of 10 possible colors. However, two adjacent squares cannot be painted with the same color. This is the only restriction.

a) How many different flags can be made if the rule given above is followed?

b) How many of these flags use precisely three colors?

c) How many of these use precisely two colors?

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

a) The number of different flags that can be made if the rule given above is followed is computed here as:

= Number of ways to select one of the 10 colours for the first square * Number of ways to select one of the remaining 9 colours for the middle square * Number of ways to select one of the remaining 9 colours

= 10*9*9

= 810

Therefore 810 different flags are possible here.

b) Number of flags which use exactly 3 colours is computed here as:

= Permutation of 10 colours taken 3 at a time

= 10*9*8

= 720

Therefore 720 flags are possible here.

c) Number of flags with exactly two colours is computed here as:

= Total number of flags possible - Total number of flags with exactly 3 colours

= 810 - 720

= 90

Therefore 90 is the required number of fags possible here.

Add a comment
Know the answer?
Add Answer to:
A flag is a 1x3 rectangle made of three 1x1 squares. Each square will be painted...
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
  • A sidewalk with n squares (in one long row) is to be painted. Each square will be painted red, bl...

    A sidewalk with n squares (in one long row) is to be painted. Each square will be painted red, blue, or yellow with the property that adjacent squares are always colored differently. Let on be a sequence counting the number of ways to color a sidewalk of length n. (a) Compute c1, C2, c3, and c4. (b) Find a recursive formula for cn (c) Find a closed formula for cn (d) Use induction to prove that your closed formula is...

  • The ordered list 1,2,3,4,5,6,7,8 each number is painted with one of the colors blue (B), Purple...

    The ordered list 1,2,3,4,5,6,7,8 each number is painted with one of the colors blue (B), Purple (P), Yellow (Y) and Grey (G). How many different ways can they be colored if two consecutive numbers can't have the same color? (Its possible for one of the colors to not be used). Explain the calculations.

  • The trains have a maximum length of 11 carriages - this is made up of two...

    The trains have a maximum length of 11 carriages - this is made up of two engines (one at each end) and between 0 and 9 passenger carriages. Each train will have both first and standard class seating. The train company can decide how many fjirst class carriages it has on the train, but the train length must not be more than 11 carriages long. Each First Class seat generators £8.20 of profit for the train company, while each Standard...

  • 1. The tile backsplash will be a mixture of colors of three-inch-square tiles. Two-fifths of the ...

    1. The tile backsplash will be a mixture of colors of three-inch-square tiles. Two-fifths of the tiles will be “Indian Red,” one-sixth will be “Tuscan Blue,” one third will be “Eucalyptus,” and the rest will be the color “Sand.” What fraction of the tiles will be the color of “Sand”? Plan: Set up a plan or formula for solving the problem. Calculations: Finish your calculations here. __ will be sand 2. New appliances for the kitchen will include a new...

  • Please show the punnett squares where needed. Need this done ASAP thx. 1. In pea plants,...

    Please show the punnett squares where needed. Need this done ASAP thx. 1. In pea plants, Round seeds are dominant (R) and wrinkled seed are recessive (r). a. What would the parent look like(phenotype) if its genotype is RR? What is the name of this type of genotype? Use genetic terms you learned. b. What would the parent phenotype be is it was Rr? What is the name of this type of genotype? c. What would the parent genotype be...

  • One example of computer-aided design (CAD) is building geometric structures inter- actively. In Chapter 4, we...

    One example of computer-aided design (CAD) is building geometric structures inter- actively. In Chapter 4, we will look at ways in which we can model geometric objects comprised of polygons. Here, we want to examine the interactive part. Let’s start by writing an application that will let the user specify a series of axis- aligned rectangles interactively. Each rectangle can be defined by two mouse positions at diagonally opposite corners. Consider the event listener canvas.addEventListener("mousedown", function() { gl.bindBuffer(gl.ARRAY_BUFFER, vBuffer); if...

  • use MATLAB to upload the following: an image that you want to process (can be taken...

    use MATLAB to upload the following: an image that you want to process (can be taken yourself or downloaded from the internet) a script that processes the image in TWO ways. manipulates the colors averages pixels together Please make sure the script displays the images (like how I did with the 40 and 80 pixel averaging) so I can easily compare them to the original. Make sure to COMMENT your code as well. Homework 13 Please upload the following: an...

  • The following ANOVA model is for a multiple regression model with two independent variables: Degrees of            Sum of                 Mean Source           Freedom            Squares              ...

    The following ANOVA model is for a multiple regression model with two independent variables: Degrees of            Sum of                 Mean Source           Freedom            Squares                Squares       F       Regression            2                    60 Error                   18                 120 Total                   20                 180 Determine the Regression Mean Square (MSR): Determine the Mean Square Error (MSE): Compute the overall Fstat test statistic. Is the Fstat significant at the 0.05 level? A linear regression was run on auto sales relative to consumer income. The Regression Sum of Squares (SSR) was 360 and...

  • Maze Solving with Stacks Problem Statement Consider a maze made up of rectangular array of squares,...

    Maze Solving with Stacks Problem Statement Consider a maze made up of rectangular array of squares, such as the following one: X X X X X X X X X X X X X           X            X X X X    X X X           X               X     X X X     X X    X    X     X     X X X         X          X             X X X     X X X X X                X X X X X X X X X X X X X Figure...

  • Game Description: Most of you have played a very interesting game “Snake” on your old Nokia...

    Game Description: Most of you have played a very interesting game “Snake” on your old Nokia phones (Black & White). Now it is your time to create it with more interesting colors and features. When the game is started a snake is controlled by up, down, left and right keys to eat food which appears on random locations. By eating food snake’s length increases one unit and player’s score increases by 5 points. Food disappears after 15 seconds and appears...

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