Suppose you really like dogs and so wanted to have a bitcoin address with the letters “dog” in that order in the first 4 digits of the hash (excluding the prefix). That is, you don’t mind if there is at least one other letter that isn’t part of that string. So for example, the strings “doge”, “adog” and “doag” would all be fine. However, the letters of “dog” do have to be in order, so “dgoa” would not work. How many addresses would you have to generate on average before finding a valid address?

Suppose you really like dogs and so wanted to have a bitcoin address with the letters...
Part 1. Suppose you have a cookie jar that contains 13 chocolate chip cookies and 33 oatmeal cookies. If you reach in the jar and pull out 2 cookies at random, find the probability that both are chocolate chip. Express answer to two decimal places. Part 2. You decide it would be fun to go to a magic show. The magician picks you out of the crowd and writes down 3 digits (0-9) at random without replacement. He writes them...
For this assignment, you will create a command-line version of the game Hangman. For this assignment you will research on StringBuilder Class (Use this link) and use it in your code. Please finish the program in Java Language Your game should have a list of at least ten phrases of your choosing (appropriate to all audiences please!) The game chooses a random phrase from the list. This is the phrase the player tries to guess. (10) ● The phrase is...
Baking dog treats seems like a straightforward undertaking, and Wanda has never really given much thought to the process she uses. In fact, she produces her dog treats out of her kitchen the same way she did when she first started—one batch, one cookie sheet at a time. She measures and mixes the ingredients in her trusty KitchenAid stand-up mixer, rolls them out on her counter using her mother’s old wooden rolling pin, and then uses cookie cutters to cut...
In C++ Having heard you have gotten really good at programming, your friend has come to ask for your help with a simple task. She would like you to implement a program to encrypt the messages she exchanges with her friends. The idea is very simple. Every letter of the alphabet will be substituted with some other letter according to a given key pattern like the one below. "abcdefghijklmnopqrstuvwxyz" "doxrhvauspntbcmqlfgwijezky" // key pattern For example, every 'a' will become a...
Background You are the co-owner of a company that sells commercial 3D printers and printing parts. Your company has 10 employees and revenues of almost $40 million dollars a year. Increasingly, customers have been asking that you allow bitcoin as a payment method. Some of these customers are overseas. While you know that some of your competitors use it, all you know about it is what you’ve read in the news: that’s its popular, volatile, potentially low cost, and may...
Here is the UML for the class Contact -fullName : string -phoneNum: string -emailAddress : string +Contact() //default constructor sets all attribute strings to “unknown”; no other constructor +setName(string name) : void +setPhone(string pn) : void +setEmail(string em) : void +getName() : string +getPhone() : string +getEmail() : string +printContact() : void //print out the name, phone numbers and email address Create New Project Name your project: CIS247_Lab7_YourLastName. For this exercise, you may use a header file or one file...
I have a programming assignment for a introductory c++ class and I am really struggling writing this program. Below are the assignment requirements, I am unable to use vectors in stl and I keep getting a ton of compiling errors. Thank you chegg experts. You have really helped me out this semester. Your responses and code has cleared up so many issues ive had. Description The purpose of this challenge is to employ the use of basic functions and arrays....
Have you ever wanted to predict the future? Well the Magic Eight Ball does just that. The original game was a softball sized “8-ball”. You would ask a question, shake it up and look at the result. There are 20 responses…10 positive, 5 negative, and 5 are vague. For this project, we want to recreate this, but give the ability to read in a set of responses, and add additional responses, and print out all of the responses in alphabetical...
Can Dogs Understand Human Cues? EXPLORATION Dogs have been domesticated for about 14,000 years. In that time, have they been able to develop an understanding of human gestures such as pointing or glancing? How about simi lar nonhuman cues? Researchers Udell, Giglio, and Wynne tested a small number of dogs in order to answer these questions. In this exploration, we wll first see whether dogs can understand human gestures as well as nonhuman gestures. To test this, the researchers positioned...
You have just been hired as an accountant by Marina Sport Technologies Pty. Ltd. Marina Sport Technologies was setup by Daniel Bryant, an engineer by training, in 2006 and has established a reputation for producing high quality and relatively inexpensive inflatable stand up paddle boards (more commonly known as iSUPs). When you arrived at work for the first time, you were shown into the office of Daniel Bryant. “Well,” he said. “I have heard quite a few good things about...