document.write( "Question 311970: One positive number is four times another number. If half the smaller number is added to the larger number, the result is 18. What are the numbers?
\n" );
document.write( "Also how did you solve it, please show equations \n" );
document.write( "
Algebra.Com's Answer #223061 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let one number be x \n" ); document.write( "the other number = 4x \n" ); document.write( ". \n" ); document.write( "x/2 + 4x=18 \n" ); document.write( "LCM =2 \n" ); document.write( "x+8x / 2 =18 \n" ); document.write( "9x=36 \n" ); document.write( "x=4 \n" ); document.write( "The other number will be 4x = 4*4 =16 \n" ); document.write( " |