quadratic-formula-Math-Homework-help
quadratic-formula-Math-Homework-help
I need help with my math homework please do not post a crazy bid. Please note that there are 7 more questions (12 easy math questions in total)
quadratic-formula-Math-Homework-help
I need help with my math homework please do not post a crazy bid. Please note that there are 7 more questions (12 easy math questions in total)
business essay questions 2 – www.savvyessaywriters.net
Read attached case one,two and answer the questions at the end of each page.
case one question:
Who are the stakeholders that need to be most considered in order to achieve success?
• What risks does EI face in this project?
• What approach should EI take to ensure that this project does not fail?
• How should it implement the CRM software for the other 114 locations?
Case two quostion :
Recently, the demand for Coolarpess’ beers has unexpectedly propelled up when American actor Jason Segel featured in an episode of popular CBS sitcom “How I Met Your Mother†drinking a screw cap beer and helping Randy (Will Forte) to start a brewing company named Coolarpess. Beside company name identification, Coolarpess’ beers are sealed with screw caps, too. Coolarpess’ CEO wants your help to adapt to the increased demand. What recommendations would you give him?
Savvy Essay Writers
Integration of Therapeutic Styles in Spiritual Counseling – Savvy Essay Writers | savvyessaywriters.net
To at least one peer, reflect a critical understanding of his/her post and advance the discussion with thoughtful statements surrounding to what degree you agree with him/her and why. Include at least one reference to course material.
When you begin, type the name of the person you are replying to.
Make an analysis of the other person’s work/thinking.
Support your comment with a reason, an example, or –preferably– by a reference from the material you’ve read in this course.
Respond to 1 peer
The expectation is that response posts will add factual information to the discussion, whether in agreement or disagreement with the peer’s original post.
75-100 words
Reply to: Morgan
There are many differences that exist between individualist and systemic approaches to therapy. In individual therapy, therapists focus on the “causes, purposes, and cognitive, emotional, and behavioral processes” (Corey,2017, p. 405) that contribute to the client’s psychological distress. They are concerned with the individual experiences and perceptions of that client (Corey, 2017). In contrast, systemic therapists are concerned with the family as a whole. They invite members of the family to join the session, and then focus on the relationship between family members, as well as the culture, processes, and rules of the family to determine what is reinforcing psychological distress in the original client (Corey, 2017). Systemic therapy can be a valuable approach in that it creates opportunity for understanding certain contributing factors to distress that would otherwise not exist (Corey, 2017). There are some factors of distress that cannot be determined independent of the family system. However, despite the value of the systemic approach, solely focusing on the family system may have the opposite effect. While there are some factors that are dependent on the family system, there are some that may need to remain independent of the family. Family dynamics may be outside the scope of the client’s perceptions and experiences, and may require an individual, rather than systemic, approach to therapy. An effective therapist must be sensitive in determining whether an individual or systemic approach will be appropriate for their specific clients.
Just as multiculturalism is an imperative consideration in counseling practice, considering religion and spirituality in counseling is also of great importance. Religion and spirituality often serve as a means for finding deeper meaning in life, which is a similar goal of counseling (Gilbride, Shannonhouse, and Kessler, 2018). Discounting religion and spirituality in a counseling session could lead to an ineffective and unethical practice. Corey (2017) states that “spiritual or religious beliefs can be a major sustaining power that supports clients when all else fails” (p. 436). If this is removed from consideration in a counseling session, the client may experience greater distress as a result of losing the foundation in which they find strength. Because people often view their lives through a lens of spirituality and religion, removing this lens would result in the client feeling lost and insecure. Competent counselors must consider all cultural, spiritual, and religious factors that contribute to a client’s identity, experiences, and perceptions.
Corey, G. (2017). Theory and practice of counseling and psychotherapy (10th ed.).Belmont, CA: Cengage Learning.
Gilbride, D., Shannonhouse, L., & Kessler, S.J. (2018). Using Religious Studies Theory to Access the Sacred in Counseling. Counseling & Values, 63(2), 132-146. https://doi.ord/10.1002/cvi.12084


The post Integration of Therapeutic Styles in Spiritual Counseling appeared first on Essay Writers.
Source link
PROJECT1 – Savvy Essay Writers | savvyessaywriters.net
To be completed in C++
Part I
4 bit counter
Create a 4 bit down counter that counts down from 9 to zero and then count 10. 11, 12 and then back to 9. You will design the logic of the circuit and also a chip level diagram. Your circuit will have a 4 bit output. It will be a finite state machine:
Any input to your circuit other than zero through nine (0000 1001) ten, eleven and twelve(10101100), should reset the output to nine (1001). Your tasks are to document the following. Create a state transition diagram for your finite state machine based counter (do not forget transitions to state nine from unused states)
1. Specify the truth table (assuming D Flip Flops).
2. Derive necessary Boolean equations (using kmaps)
3. Draw gate-level logic diagram (logic gate symbols).
_______________________________________________________________________________________________________
Part II
2 bit integer division circuit
Design and implement a 2-bit integer division circuit. The circuit has four inputs A1, A0, B1, B0 and five outputs Q1, Q0, R1, R0, E. The values on A1, A0 and B1, B0 are treated as unsigned binary integer number A and B respectively:
The circuit should generate the quotient Q and remainder R of the division A/B on lines Q1, Q0 and R1, R0 respectively. If division by zero is attempted, line E is set ‘1’ (else E is ‘0’) and the values on lines Q1, Q0, R1, R0 are considered invalid. Your tasks are to document the following.
1. Specify the truth table.
2. Derive necessary Boolean equations (using kmaps)
3. Draw gate-level logic diagram (logic gate symbols).
Attached document contains diagrams.