Ace - AI Tutor
Ask Our Educators
Textbooks
My Library
Flashcards
Scribe - AI Notes
Notes & Exams
Download App
jack wagner

jack w.

Divider

Questions asked

BEST MATCH

What tissue would be indicated by the presence of lacunae, calcium salts, and blood vessels? Elastic cartilage Areolar tissue Hyaline cartilage Skeletal muscle Osseous tissue

View Answer
divider
BEST MATCH

Evaluate the indefinite integral given below using the indicated substitution.\\ \( \int (8x^7 + x^5) \sqrt{6x^8 + x^6} dx \)\\ \( u = 6x^8 + x^6 \)

View Answer
divider
BEST MATCH

Carla Vista Company is able to currently sell all of the units that it can produce of either A132 or B345. If Unit A132 has a unit contribution margin of $60 and it takes three machine hours to produce and Unit B345 has a unit contribution margin of $48 and takes two machine hours to produce. If Carla Vista Company has a constraint on machine hours, and currently has only 1440 machines of production time, which should Carla Vista produce to maximize the operating income of the company? Make Unit B345 which creates $4 more profit per machine hour than Unit A132 does. The same total profits exist regardless of which product is made. Make Unit B345 because more units can be made and sold than Unit A132. Make Unit A132 which creates $12 more profit per unit than Unit B345 does.

View Answer
divider
BEST MATCH

1. [10 pts] Consider a robot with a polygonal body $R \subset \mathbb{R}^2$ that translates in a 2D environment. Let $O \subset \mathbb{R}^2$ be a polygonal obstacle. Suppose that both $R$ and $O$ are equilateral triangles with vertices $(0, 0)$, $(2, 0)$, $(1, \sqrt{3})$. Determine the configuration space obstacle $CO$ obtained by transforming $O$ to the configuration space of the robot. What are the vertices of $CO$?

View Answer
divider
BEST MATCH

Question 2 Let $e, f, h \in \mathbb{Z}^+$. If $[e, f, h](e, f, h) = efh$, then prove that $(e, h) = 1$.

View Answer
divider
BEST MATCH

H2O 5:46 PM 98% For running two different games, we need a MATLAB script which calls two different functions. The script asked the user which game (die_rolling or printing) and how many times he/she wants to play. One of the functions, its name is die_rolling, uses while loop for rolling a six-side die for generating and returning a value between 1 and 6. The other function, its name is printer, gets an integer value between 1 and 6 from the user and uses a for loop for printing all the values starting from 1, finishing at the entered value by the user to the screen. Outline: 1. Display a short welcome message to the user 2. Prompt the user to input the name of the preferred game and number of times he wants to play. 3. Call the proper function regarding the name of the game. 4. Display a brief report, including all of the inputs and results, which is formatted in a logical and readable fashion Note(s): Your program should produce output identical (when given the same input(s)) to the sample run(s) below, values and format. Sample Run 1: Welcome to the game selection script! Please enter the name of the game: die_rolling How many times you want to play?: 3 Press enter to start! You rolled a 6 Press enter to run again! You rolled a 3 Press enter to run again! You rolled a 4 Goodbye! Sample Run 2: Welcome to the game selection script! Please enter the name of the game: printer How many times you want to play?: 3 Press enter to start! Please enter your desired value between 1 and 6: 2 Your printed valu?????: 12

View Answer
divider
BEST MATCH

Find the Fourier transform of the signals 1) $f(t)$ when A=2 and T=2s. 2) $\frac{\sin(10\pi t)}{\pi t} [1 + 2\cos(20\pi t)]$

View Answer
divider
BEST MATCH

What is the entire set of index positions in which the n-th order statistic Depth-First Search Breadth-First Search might be found? Assume distinct elements (not equal to each other). 9 Quicksort a. Positions 0 through 149 b. Positions 0 through 100. Given graph is connected? 9 12 10 15 b. 9 10 12 15 c. 9 15 10 12 d. none 3, 4, 0, 2, 5, 8, 6, 10, 7, 9 Which of these elements could be the pivot? Each question N.

View Answer
divider
BEST MATCH

Modify the assembly language program in Listing 10.3.1 so that it prints "Hello, yourName!" on the screen. Remember to change the documentation such that it accurately describes your program. Listing 10.3.1: "Hello World" program using the write system call function (prog asm). @ helloWorld2.s @ Hello World program, in assembly language. @ 2017-09-29: Bob Plantz @ Define my Raspberry Pi .cpu cortex-a53 .fpu neon-fp-armv8 .syntax unified @ modern syntax @ Useful source code constant .equ STDOUT, 1 @ Constant program data .section .rodata .align 2 helloMsg: .asciz "Hello, World!\n" .equ helloLngth, .-helloMsg @ Program code .text .align 2 .global main .type main, %function main: sub sp, sp, 8 @ space for fp, lr str fp, [sp, 0] @ save fp str lr, [sp, 4] @ and lr add fp, sp, 4 @ set our frame pointer mov r0, STDOUT @ file number to write to ldr r1, helloMsgAddr @ pointer to message mov r2, helloLngth @ number of bytes to write bl write @ write the message mov r0, 0 @ return 0; ldr fp, [sp, 0] @ restore caller fp ldr lr, [sp, 4] @ lr add sp, sp, 8 @ and sp bx lr @ return .align 2 helloMsgAddr: .word helloMsg

View Answer
divider
BEST MATCH

Hankins Corporation has 6.1 million shares of common stock outstanding, 210,000 shares of 3.4 percent preferred stock outstanding, with a par value of $100, and 95,000 bonds with a semiannual coupon rate of 5.1 percent outstanding, with a par value of $1,000 each. The common stock currently sells for $75 per share and has a beta of 1.05. The preferred stock has a par value of $100 and currently sells for $81 per share. The bonds have 15 years to maturity and sell for 105 percent of par. The market risk premium is 6.8 percent, T-bills are yielding 2.8 percent, and the company's tax rate is 21 percent. a. What is the firm's market value capital structure? (Do not round intermediate calculations and round your answers to 4 decimal places, e.g., 0.1616.) b. If the company is evaluating a new investment project that has the same risk as the firm's typical project, what rate should the firm use to discount the project's cash flows? (Do not round intermediate calculations. Enter your answer as a percent rounded to 2 decimal places, e.g., 32.16.)

View Answer
divider