document.write( "Question 852389: find two consecutive odd integers such that six times the smaller is three more than five times the larger \n" ); document.write( "
Algebra.Com's Answer #513357 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! Here's what we know: \n" ); document.write( "A = B+2 (consecutive odd integers), where B is the smaller number \n" ); document.write( "6B - 3 = 5A (six times the smaller is three more than five times the larger ) \n" ); document.write( "Substitute the value of A from the first equation into the second. \n" ); document.write( "6B-3 = 5(B+2) \n" ); document.write( "Distribute \n" ); document.write( "6B-3 = 5B+10 \n" ); document.write( "Add 3 to each side \n" ); document.write( "6B = 5B + 13 \n" ); document.write( "Subtract 5B from each side \n" ); document.write( "B = 13 \n" ); document.write( ". \n" ); document.write( "If B is 13, then A is 15. Let's prove it. \n" ); document.write( "6*13 = (5*15)+3 \n" ); document.write( "78 = 75+3 \n" ); document.write( "78=78 \n" ); document.write( "Success~! \n" ); document.write( " |