The following information is available to reconcile Clark Company’s book balance of cash with its bank statement cash balance as of July 31, 2011.a.On July 31, the company’s Cash account has a $26,193 debit balance, but its July bank statement shows a $28,020 cash balance.b.Check No. 3031 for $1,380 and Check No. 3040 for $552 were outstanding on the June 30 bank reconciliation. Check No. 3040 is listed with the July canceled checks, but Check No. 3031 is not. Also, Check No. 3065 for $336 and Check No. 3069 for $2,148, both written in July, are not among the canceled checks on the July 31 statement.c.In comparing the canceled checks on the bank statement with the entries in the accounting records, it is found that Check No. 3056 for July rent was correctly written and drawn for $1,250 but was erroneously entered in the accounting records as $1,230.d.A credit memorandum enclosed with the July bank statement indicates the bank collected $9,000 cash on a non-interest-bearing note for Clark, deducted a $45 collection fee, and credited the remainder to its account. Clark had not recorded this event before receiving the statement.e.A debit memorandum for $805 lists a $795 NSF check plus a $10 NSF charge. The check had been received from a customer, Jim Shaw. Clark has not yet recorded this check as NSF.f.Enclosed with the July statement is a $15 debit memorandum for bank services. It has not yet been recorded because no previous notification had been received.g.Clark’s July 31 daily cash receipts of $10,152 were placed in the bank’s night depository on that date, but do not appear on the July 31 bank statement.references 3.value:3.00 points Problem 6-4A Part 1Required:1.Prepare the bank reconciliation for this company as of July 31, 2011. (Input all amounts as positive values. Omit the “$” sign in your response.)CLARK COMPANYBank ReconciliationJuly 31, 2011 Bank statement balance $ $ $ Problem 6-4A Part 22.Prepare the journal entries necessary to bring the company’s book balance of cash into conformity with the reconciled cash balance as of July 31, 2011. (Omit the “$” sign in your response.)DateGeneral JournalDebitCreditJuly 31 [removed] check my workeBook Linkreferences 11 years ago
17.03.2013
3Report issueAnswer(1)
courseworkhero.co.uk4.6 (210)4.7 (74)ChatPurchase the answer to view it
NOT RATEDsolution_.xlsx
11 years agoplagiarism checkPurchase $10Bids(1)courseworkhero.co.ukother Questions(10)probabilityIf you drove your car from east to west at noon, at what latitude would you have to drive to…the____of an element is the total nimber of protons and neutrons in the _____of the atom.Register in C++accountMacroeconomics HomeworkWhat would be a good thesis for a 5-6 page research paper over King Lear?micro economics testClassiy this sentence. The tiny yellow butterfly searched eagerly for nectar in the tulip beds.Business Capstone unit 7 case studyaccounting homework (help)NOT RATED
11 years agoGB 518 Unit 03 AssignmentNOT RATED
8 years agoGB 518 Unit 03 AssignmentNOT RATED
8 years agoThe following information is available to reconcile Clark Company’s book balance of cash with its bank statement cash balance as of July 31, 2011.NOT RATED
11 years agoApplied SciencesArchitecture and DesignBiologyBusiness & FinanceChemistryComputer ScienceGeographyGeologyEducationEngineeringEnglishEnvironmental scienceSpanishGovernmentHistoryHuman Resource ManagementInformation SystemsLawLiteratureMathematicsNursingPhysicsPolitical SciencePsychologyReadingScienceSocial ScienceLiberty UniversityNew Hampshire UniversityStrayer UniversityUniversity Of PhoenixWalden UniversityHomeHomework AnswersArchiveTagsReviewsContact
Copyright © 2024 SweetStudy.com (Step To Horizon LTD)
document.addEventListener(‘DOMContentLoaded’, (event) => {
const chatIcon = document.getElementById(“chat-icon-ssr”);
const loader = document.getElementById(‘chat-list-loader’);
function chatClicked() {
window.chatButtonClicked = true;
loader.classList.remove(‘hidden’);
loader.querySelector(‘video’).play()
if (chatIcon) {
chatIcon.removeEventListener(‘click’, chatClicked);
}
}
if (chatIcon) {
chatIcon.addEventListener(‘click’, chatClicked)
}
});
document.addEventListener(‘DOMContentLoaded’, (event) => {
let menuOpener, menuCloser, menuNav;
function replaceClass(elem, clsToRemove, clsToAdd) {
elem.classList.add(clsToAdd);
elem.classList.remove(clsToRemove);
}
function openClicked() {
replaceClass(menuOpener, ‘display-xs’, ‘hidden’)
replaceClass(menuCloser, ‘hidden’, ‘display-xs’)
replaceClass(menuNav, ‘isHidden’, ‘isShown’)
}
function closeClicked() {
replaceClass(menuOpener, ‘hidden’, ‘display-xs’);
replaceClass(menuCloser, ‘display-xs’, ‘hidden’)
replaceClass(menuNav, ‘isShown’, ‘isHidden’)
}
function closeMenuOnLinkClicked(e) {
if (e.target.nodeName == ‘A’ || e.target.nodeName == ‘IMG’) {
closeClicked()
}
}
function connectElementToClick(elemId, clickCallback) {
const elem = document.getElementById(elemId);
if (elem) {
elem.addEventListener(‘click’, clickCallback);
}
return elem;
}
menuOpener = connectElementToClick(‘hamburger-menu-opener’, openClicked);
menuCloser = connectElementToClick(‘hamburger-menu-closer’, closeClicked);
menuNav = connectElementToClick(‘mobile-menu-nav’, closeMenuOnLinkClicked);
});
document.addEventListener(‘DOMContentLoaded’, (event) => {
window[‘mobile-drop-menu-Help.’] = false
const menuItem = document.getElementById(‘mobile-drop-menu-Help.’);
const dropMenuItems = menuItem.querySelectorAll(‘li’);
const menuIcon = menuItem.querySelector(‘i’)
menuItem.addEventListener(‘click’, e => {
e.preventAddingToQueue = true;
window[‘mobile-drop-menu-Help.’] = true
dropMenuItems.forEach(li => li.classList.toggle(‘hidden’))
menuIcon.classList.toggle(‘expanded’)
});
});
document.addEventListener(‘DOMContentLoaded’, (event) => {
const menuIds = [“main-tab”], tabIds = [“main-question”];
if(true) {
menuIds.push(“similar-tab”);
tabIds.push(“similar-questions”);
}
function menuClicked(ind) {
menuIds.forEach((menuId, menuIndex) => {
if(menuIndex === ind) {
document.getElementById(menuId).classList.add(‘active’);
document.getElementById(tabIds[menuIndex]).classList.remove(‘hidden’);
}
else {
document.getElementById(menuId).classList.remove(‘active’);
document.getElementById(tabIds[menuIndex]).classList.add(‘hidden’);
}
})
}
menuIds.forEach((menuId, ind) => {
const menuElem = document.getElementById(menuId);
if (menuElem) {
menuElem.addEventListener(‘click’, e => menuClicked(ind));
}
})
});
document.addEventListener(‘DOMContentLoaded’, (event) => {
const breadcrumbsDD = document.getElementById(“breadcrumbs-dd”);
const breadcrumbsList = document.getElementById(“breadcrumbs-list-container”);
if (breadcrumbsDD) {
breadcrumbsDD.addEventListener(‘click’, () => {
breadcrumbsDD.classList.toggle(‘isOpen’);
breadcrumbsList.classList.toggle(‘isOpen’);
})
}
function clickOutside(event) {
if(!breadcrumbsDD) {
document.removeEventListener(‘click’, clickOutside);
return;
}
const isClickOutside = !breadcrumbsDD.contains(event.target);
if (isClickOutside) {
breadcrumbsDD.classList.remove(‘isOpen’);
breadcrumbsList.classList.remove(‘isOpen’);
}
}
document.addEventListener(‘click’, clickOutside);
});
document.addEventListener(‘DOMContentLoaded’, (event) => {
const sectionToggler = document.querySelector(‘#answers-section strong’);
const list = document.querySelector(‘#answers-section > div’);
const arrow = sectionToggler.querySelector(‘ i’);
if (sectionToggler) {
sectionToggler.addEventListener(‘click’, function() {
if(list) list.classList.toggle(‘isExpanded’);
arrow.classList.toggle(‘isExpanded’);
});
}
});
document.addEventListener(‘DOMContentLoaded’, (event) => {
const chatBtn = document.getElementById(‘chat-button’);
const chatLoader = document.getElementById(‘chat-button-loader’);
function chatClicked() {
chatBtn.removeEventListener(‘click’, chatClicked)
chatLoader.classList.remove(‘hidden’);
}
if (chatBtn) {
chatBtn.addEventListener(‘click’, chatClicked)
}
});
document.addEventListener(‘DOMContentLoaded’, (event) => {
const answerAttachment = document.getElementById(‘answer-111619-attachments’);
const paymentLoader = document.getElementById(‘answer-111619-payment-loader’);
function attachmentClicked() {
answerAttachment.removeEventListener(‘click’, attachmentClicked)
paymentLoader.classList.remove(‘hidden’);
}
if (answerAttachment) {
answerAttachment.addEventListener(‘click’, attachmentClicked)
}
});
document.addEventListener(‘DOMContentLoaded’, (event) => {
const sectionToggler = document.getElementById(‘bidding-teachers-toggler’);
const list = document.querySelector(‘#bidding-teachers-toggler + ul’);
const arrow = sectionToggler.querySelector(‘ i’);
if (sectionToggler) {
sectionToggler.addEventListener(‘click’, function() {
if(list) list.classList.toggle(‘isExpanded’);
arrow.classList.toggle(‘isExpanded’);
});
}
});
document.addEventListener(‘DOMContentLoaded’, (event) => {
const sectionToggler = document.getElementById(‘other-questions-toggler’);
const list = document.querySelector(‘#other-questions-toggler + ul’);
const arrow = sectionToggler.querySelector(‘ i’);
if (sectionToggler) {
sectionToggler.addEventListener(‘click’, function() {
if(list) list.classList.toggle(‘isExpanded’);
arrow.classList.toggle(‘isExpanded’);
});
}
});
document.addEventListener(“DOMContentLoaded”, function() {
var lazyImages = [].slice.call(document.querySelectorAll(“img.lazy”));
function loadImage(lazyImage) {
lazyImage.src = lazyImage.dataset.src;
lazyImage.classList.remove(‘lazy’);
}
if (“IntersectionObserver” in window) {
window.lazyImageObserver = new IntersectionObserver(function(entries, observer) {
entries.forEach(function(entry) {
if (entry.isIntersecting) {
let lazyImage = entry.target;
loadImage(lazyImage);
window.lazyImageObserver.unobserve(lazyImage);
}
});
});
lazyImages.forEach(function(lazyImage) {
window.lazyImageObserver.observe(lazyImage);
});
} else {
lazyImages.forEach(function(lazyImage) {
loadImage(lazyImage);
});
}
});
window.__REDUX__STATE__ = true;
window.PAGE_TYPE = “question”
‘use strict’;
window.neededBundles = “bundle.js,32.bundle.js,44.bundle.js,4.bundle.js,56.bundle.js,57.bundle.js,1.bundle.js,98.bundle.js,68.bundle.js,8.bundle.js”
function getWebpackHash() {
return fetch(`https://www.sweetstudy.com/webpack-hash`, { cache: “no-cache” })
.then(response => response.json())
.then(json => {
return json
})
}
async function generateScripts () {
const scripts = window.neededBundles.split(‘,’)
let scriptsCount = scripts.length
const clientStats = await getWebpackHash()
return new Promise((resolve, reject) => {
scripts.forEach(s => {
const scriptNode = document.createElement(‘script’)
const bundleWithHash = s.replace(‘bundle.js’, `bundle.${clientStats.webpackHash}.js`)
scriptNode.setAttribute(‘src’, `https://www.sweetstudy.com/${bundleWithHash}`);
scriptNode.setAttribute(‘type’, ‘application/javascript’)
scriptNode.onload = () => {
scriptsCount–;
if (scriptsCount == 0) {
resolve()
}
}
document.head.appendChild(scriptNode)
});
})
}
function userInteractionEvent(event) {
if(!event.preventAddingToQueue) {
eventsQueue.push(event);
}
if (!isLoading) {
isLoading = true;
generateScripts().then(() => {
eventNames.forEach(evt => {
document.removeEventListener(evt, userInteractionEvent);
})
eventsQueue.forEach(e =>
e.target.dispatchEvent(
new Event(e.type, {
bubbles: true,
cancelable: true
})
)
);
})
}
}
let isLoading = false;
let eventsQueue = [];
const eventNames =’click, tap, touchend’.split(‘, ‘);
eventNames.forEach(evt => {
document.addEventListener(evt, userInteractionEvent);
})
let loadMoreHtml;
if(document.getElementById(‘read-more-btn’) != null) {
let btnOffsetTop;
loadMoreHtml = function(event) {
if(window.scrollY > (btnOffsetTop / 2)) {
document.getElementById(‘read-more-btn’).click();
document.removeEventListener(‘scroll’, loadMoreHtml);
}
}
const readMoreBtn = document.getElementById(‘read-more-btn’);
const { top } = readMoreBtn.getBoundingClientRect();
btnOffsetTop = (window.pageYOffset || document umentElement.scrollTop) + top;
document.addEventListener(‘scroll’, loadMoreHtml);
}