document.write( "Question 1002695: Jamila and Akio had the same amount of money to spend. After Jamilia spent $33 and Akio spent $42, Jamilia had 4 times as much money left as Akio. How much money did each of them have in the beginning? \n" ); document.write( "
Algebra.Com's Answer #619679 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Jamila and Akio had the same amount of money to spend. \n" ); document.write( "let a = initial amt each had to spend \n" ); document.write( "After Jamilia spent $33 and Akio spent $42, Jamilia had 4 times as much money left as Akio. \n" ); document.write( "a - 33 = 4(a - 42) \n" ); document.write( "a - 33 = 4a - 168 \n" ); document.write( "-33 + 168 = 4a - a \n" ); document.write( "135 = 3a \n" ); document.write( "a = 135/3 \n" ); document.write( "a = $45 did each of them have in the beginning. \n" ); document.write( ": \n" ); document.write( "; \n" ); document.write( "you can check for yourself \n" ); document.write( "45 -33 = 4(45 - 42) \n" ); document.write( " |